Click or drag to resize

PdfNewDocument Properties

The PdfNewDocument type exposes the following members.

Properties
Name Description
Public property Attachments
Gets the attachments of the document.
(Overrides PdfDocumentBase Attachments .)
Public property Bookmarks
Gets the root of the bookmark tree in the document.
(Overrides PdfDocumentBase Bookmarks .)
Public property ColorSpace
Gets or sets the color space of the document.
(Inherited from PdfDocumentBase .)
Public property CompressionLevel
Gets or sets the desired level of stream compression.
(Inherited from PdfDocumentBase .)
Public property Conformance Obsolete.
The conformance level.
(Inherited from PdfDocumentBase .)
Public property DocumentInformation
Gets or sets document's information and properties.
(Inherited from PdfDocumentBase .)
Public property FileStructure
Gets or sets the internal structure of the PDF file.
(Inherited from PdfDocumentBase .)
Public property Form
Gets the interactive form of the document.
(Overrides PdfDocumentBase Form .)
Public property JavaScripts
Gets the additional document's actions.
(Inherited from PdfDocumentBase .)
Public property PageLabels
Page labels.
(Inherited from PdfDocumentBase .)
Public property Pages
Gets the pages.
(Inherited from PdfDocumentBase .)
Public property PageSettings
Gets or sets the settings of pdf page.
(Inherited from PdfDocumentBase .)
Public property Sections
Gets the section collections of pdf.
(Inherited from PdfDocumentBase .)
Public property Security Obsolete.
Gets the security parameters of the document.
(Inherited from PdfDocumentBase .)
Public property Template
Gets or sets a template that is applied to all pages in the document.
(Inherited from PdfDocumentBase .)
Public property UsedFonts
Gets the fonts which are available in the PDF document.
(Inherited from PdfDocumentBase .)
Public property ViewerPreferences
Gets or sets a viewer preferences object controlling the way the document is to be presented on the screen or in print.
(Inherited from PdfDocumentBase .)
Top
See Also