TdxPDFDocument Members
In This Article
#Properties
Name | Description |
---|---|
Allow |
Identifies if users can select and copy the loaded PDF document’s content. |
Allow |
Identifies if it is possible to print the loaded PDF document. |
File |
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. |
Page |
Returns the number of pages in the PDF document. |
Page |
Provides indexed access to document pages. |
Pages | Provides access to the document structure. |
Password |
Specifies the number of allowed attempts to enter the document’s protection password. |
Security |
Provides access to the document’s security settings. |
Signature |
Provides access to the document’s digital signature settings. |
#Methods
Name | Description |
---|---|
Append |
Appends a specified PDF document’s content to the current document. |
Append |
Appends a specified PDF document’s content to the current document. |
Append |
Appends a specified PDF document’s content to the current document. |
Begin |
Disables all document change notifications until an End |
Clear | Clears the PDF document container. |
End |
Re-enables notifications and applies all changes made to the PDF document container and the stored document’s structure after a Begin |
Equals |
Inherited from TObject. |
Find |
Searches all occurrences of the specified text string in the document. |
Find |
Searches for a text string on the specified page of the document. |
Find |
Searches for a text string with the specified search settings. |
Find |
Searches the specified text string in the document with the default search settings. |
Get |
Inherited from TObject. |
Load |
Loads a PDF document from the specified file. |
Load |
Loads a PDF document from the specified stream. |
Save |
Saves the document to a file. |
Save |
Saves the document to a stream. |
To |
Inherited from TObject. |
#Events
Name | Description |
---|---|
On |
Occurs every time the document changes. |
On |
Enables you to respond to the password request when the PDF document container loads an encrypted document. |
On |
Enables you to respond to a successful document load operation. |
On |
Enables you to track the document save progress. |
On |
Enables you to track the progress of a time-consuming text search operation in the PDF document. |
On |
Enables you to respond to closing the PDF document. |
See Also