Back to Devexpress

TdxPDFDocumentSaveProgressEvent Type

vcl-dxpdfdocument-6803bafa.md

latest934 B
Original Source

TdxPDFDocumentSaveProgressEvent Type

The progress tracking event type for document save operations.

Declaration

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

Parameters

NameTypeDescription
SenderTdxPDFDocument

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

TdxPDFDocumentTextSearchProgressEvent

dxPDFDocument Unit