Skip to main content

TdxPDFDocumentSaveProgressEvent Type

The progress tracking event type for document save operations.

Declaration

TdxPDFDocumentSaveProgressEvent = procedure(Sender: TdxPDFDocument; APercent: Integer) of object;

Parameters

Name Type Description
Sender TdxPDFDocument

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