Document Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The Document type exposes the following members.
Properties
Name | Description | |
---|---|---|
ComHelpers | Set of helping methods for use from COM/ActiveX. | |
Compression | Gets or sets the document compression to use when saving the document. | |
DocumentInfo | Offers access to the document information object where the document's title, subject, keywords, etc. can be set. | |
EmbeddedFiles | Gets the root collection of the embedded files. | |
LicenseInfo | Gets license information. | |
LinkedFieldsChangeFontForAllAutomatically | Force all linked field to use same font flag | |
Metadata | Gets the document metadata. | |
OnAfterPrinting | Gets or sets the action to be performed after printing a document. | |
OnAfterSaving | Gets or sets the action to be performed after saving a document. | |
OnBeforeClosing | Gets or sets the action to be performed before closing a document. | |
OnBeforePrinting | Gets or sets the action to be performed before printing a document. | |
OnBeforeSaving | Gets or set the action to be performed before saving a document. | |
OnOpenDocument | Gets or sets the action to be performed when the document is opened. | |
OptionalContents | Gets the document’s optional content properties. | |
Outlines | Gets the root collection of the outline items. | |
PageLabels | Gets the root collection of the page labels items. | |
PageLayout | Gets or sets the page layout to be used when the document is opened by a PDF viewer application. | |
PageMode | Gets or sets how the document should be displayed when opened by a PDF viewer application. | |
Pages | Gets the document pages collection. | |
Profiles | 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. | |
RegistrationKey | Registration key. | |
RegistrationName | Registration name. | |
RenameMatchingFieldsDuringMerge | Sets whether to rename form controls with matching names during merging with MergeDocuments(Document) methods. | |
Security | Offers access to security features of the PDF document such as encryption and digital signatures. | |
Version | Gets the component version number. | |
ViewerPreferences | Offers access to viewer preferences of this document. | |
Watermarks | Gets the collection of watermarks added to every page of the document. |
See Also