Link Search Menu Expand Document

Document Properties

The Document type exposes the following members.

Properties
NameDescription
Public propertyComHelpers
Set of helping methods for use from COM/ActiveX.
Public propertyCompression
Gets or sets the document compression to use when saving the document.
Public propertyDocumentInfo
Offers access to the document information object where the document's title, subject, keywords, etc. can be set.
Public propertyEmbeddedFiles
Gets the root collection of the embedded files.
Public propertyLicenseInfo
Gets license information.
Public propertyLinkedFieldsChangeFontForAllAutomatically
Force all linked field to use same font flag
Public propertyMetadata
Gets the document metadata.
Public propertyOnAfterPrinting
Gets or sets the action to be performed after printing a document.
Public propertyOnAfterSaving
Gets or sets the action to be performed after saving a document.
Public propertyOnBeforeClosing
Gets or sets the action to be performed before closing a document.
Public propertyOnBeforePrinting
Gets or sets the action to be performed before printing a document.
Public propertyOnBeforeSaving
Gets or set the action to be performed before saving a document.
Public propertyOnOpenDocument
Gets or sets the action to be performed when the document is opened.
Public propertyOptionalContents
Gets the document’s optional content properties.
Public propertyOutlines
Gets the root collection of the outline items.
Public propertyPageLabels
Gets the root collection of the page labels items.
Public propertyPageLayout
Gets or sets the page layout to be used when the document is opened by a PDF viewer application.
Public propertyPageMode
Gets or sets how the document should be displayed when opened by a PDF viewer application.
Public propertyPages
Gets the document pages collection.
Public propertyProfiles
Comma-separated list of profiles to apply to the Document. Profiles are sets of properties and methods represented as JSON string. Check the source code examples online or installed with the SDK.
Public propertyRegistrationKey
Registration key.
Public propertyRegistrationName
Registration name.
Public propertyRenameMatchingFieldsDuringMerge
Sets whether to rename form controls with matching names during merging with MergeDocuments(Document) methods.
Public propertySecurity
Offers access to security features of the PDF document such as encryption and digital signatures.
Public propertyVersion
Gets the component version number.
Public propertyViewerPreferences
Offers access to viewer preferences of this document.
Public propertyWatermarks
Gets the collection of watermarks added to every page of the document.
Top
See Also

Reference