Skip to main content

TdxPDFViewerDocumentPropertiesDialogForm Class

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

Declaration

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