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

TdxPDFViewerDocumentPropertiesDialogForm Class

The form class that implements the “Document Properties” dialog.

#Declaration

Delphi
TdxPDFViewerDocumentPropertiesDialogForm = class(
    TdxForm
)

#Remarks

This dialog displays information obtained from a PDF document container’s Information, PageCount, and PageInfo properties.

Call the ShowDocumentPropertiesDialog global procedure to invoke the “Document Properties” dialog for a specified PDF Viewer control.

An end user can click the “Document Properties…” item in the PDF Viewer control’s context menu to invoke the “Document Properties” dialog.

If you need to adjust or customize UI elements in the “Document Properties” dialog, derive a custom form from the TdxPDFViewerDocumentPropertiesDialogForm class. Assign a reference to the custom dialog form class to the dxPDFViewerDocumentPropertiesDialogClass global variable.

See Also