PdfDocumentCreateSettings Class

Represents configuration settings for creating a PDF document

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfDocumentCreateSettings
Inheritance
Object    PdfDocumentCreateSettings

Constructors

PdfDocumentCreateSettingsInitializes a new instance of the PdfDocumentCreateSettings class

Properties

Language Document-level natural language (BCP 47, such as "en-US"). Required by PDF/UA-1 and PDF/UA-2 unless every text element specifies its own language via Accessibility.Language
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
PdfStandard PDF standard targeted by the document. When set to a tagging-enabled standard (PDF/UA-1, PDF/UA-2, PDF/A-2a or any combined PDF/UA + PDF/A flavor), elements added via PdfDocument.AddText, AddImage and AddRectangle are automatically inserted into the structure tree. Default value is PdfStandard.None

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