Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFDocumentSaveProgressEvent Type

The progress tracking event type for document save operations.

#Declaration

Delphi
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