TdxPDFDocumentSaveProgressEvent Type
In This Article
The progress tracking event type for document save operations.
#Declaration
Delphi
TdxPDFDocumentSaveProgressEvent = procedure(Sender: TdxPDFDocument; APercent: Integer) of object;
#Parameters
Name | Type | Description |
---|---|---|
Sender | Tdx |
The PDF document container that raised the event. |
APercent | Integer | The percentage value that indicates the progress of the current PDF document save operation. |
#Remarks
The PDF document’s OnSaveProgress event references the TdxPDFDocumentSaveProgressEvent
procedural type.
See Also