Click or drag to resize
Pdf Library for .NET

PdfDocument Properties

The PdfDocument type exposes the following members.

Properties
 NameDescription
Public propertyBookmarks Gets the bookmarks collection of the pdf document.
Public propertyCompressionLevel Gets or sets the pdf document compression level.
Public propertyDocumentInformation Gets a reference to the object that specifies the pdf document properties.
Public propertyFonts Gets the pdf document fonts collection.
Public propertyFooter Represents the default pdf document footer template.
Public propertyHeader Represents the default pdf document header template.
Public propertyJpegCompressionEnabled Gets or sets a flag indicating if the JPEG compression is enabled or not for the images in the generated pdf document.
Public propertyJpegCompressionLevel Gets or sets the compression level of images in the generated pdf document.
Public propertyLanguage Gets or sets the natural language of the document content (e.g. "en-US"), written as the document /Lang entry and on tagged structure elements. The default value is "en-US".
Public propertyLFN Internal use only.
Public propertyMargins The default pdf document margins.
Public propertyOpenAction The action to be performed when the pdf document is opened.
Public propertyPages Gets the pdf document pages collection.
Public propertySecurity Gets a reference to the object that specifies the pdf document security settings.
Public propertyTagged Gets or sets whether the document is generated as a tagged (accessible) PDF.
Public propertyTemplates Gets the pdf document templates collection.
Public propertyTitle Gets or sets the document title. For a tagged document (Tagged) this is written as the XMP dc:title and, together with the ViewerPreferences DisplayDocTitle flag, is required for PDF/UA conformance.
Public propertyViewerPreferences Controls how the pdf document will appear in a pdf viewer (like Adobe Reader).
Top
See Also