PdfDocumentCreateSettings Class

Represents configuration settings for creating a PDF document

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public class PdfDocumentCreateSettings
Inheritance
Object    PdfDocumentCreateSettings

Constructors

PdfDocumentCreateSettingsInitializes a new instance of the PdfDocumentCreateSettings class

Properties

Margins Gets or sets the page margins in points. Defaults to 0 for all margins
PageOrientation Gets or sets the page orientation. Defaults to Portrait
PageSize Gets or sets the page size of the PDF. Defaults to A4

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also