TdxPDFDocument Properties
A PDF document container.| Name | Description |
|---|---|
| AllowContentExtraction | Identifies if users can select and copy the loaded PDF document’s content. |
| AllowPrinting | Identifies if it is possible to print the loaded PDF document. |
| FileAttachments | Provides access to the collection of files attached to the document. |
| Form | Provides access to the document’s form with interactive fields. |
| Information | Provides access to PDF document metadata. |
| Modified | Identifies if the document has unsaved changes. |
| PageCount | Returns the number of pages in the PDF document. |
| PageInfo | Provides indexed access to document pages. |
| Pages | Provides access to the document structure. |
| PasswordAttemptsLimit | Specifies the number of allowed attempts to enter the document’s protection password. |
| SecurityOptions | Provides access to the document’s security settings. |
| SignatureOptions | Provides access to the document’s digital signature settings. |
See Also