TdxPDFDocument Events
A PDF document container.Name | Description |
---|---|
OnChanged | Occurs every time the document changes. |
OnGetPassword | Enables you to respond to the password request when the PDF document container loads an encrypted document. |
OnLoaded | Enables you to respond to a successful document load operation. |
OnSaveProgress | Enables you to track the document save progress. |
OnSearchProgress | Enables you to track the progress of a time-consuming text search operation in the PDF document. |
OnUnloaded | Enables you to respond to closing the PDF document. |
See Also