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 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 propertyTemplates
Gets the pdf document templates collection.
Public propertyViewerPreferences
Controls how the pdf document will appear in a pdf viewer (like Adobe Reader).
Top
See Also