Click or drag to resize
Pdf Library for .NET

PdfDocument Properties

The PdfDocument type exposes the following members.

Properties
  Name Description
Public property Bookmarks Gets the bookmarks collection of the pdf document.
Public property CompressionLevel Gets or sets the pdf document compression level.
Public property DocumentInformation Gets a reference to the object that specifies the pdf document properties.
Public property Fonts Gets the pdf document fonts collection.
Public property Footer Represents the default pdf document footer template.
Public property Header Represents the default pdf document header template.
Public property JpegCompressionEnabled Gets or sets a flag indicating if the JPEG compression is enabled or not for the images in the generated pdf document.
Public property JpegCompressionLevel Gets or sets the compression level of images in the generated pdf document.
Public property LFN Internal use only.
Public property Margins The default pdf document margins.
Public property Pages Gets the pdf document pages collection.
Public property Security Gets a reference to the object that specifies the pdf document security settings.
Public property Templates Gets the pdf document templates collection.
Public property ViewerPreferences Controls how the pdf document will appear in a pdf viewer (like Adobe Reader).
Top
See Also