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

ShowDocumentPropertiesDialog(TdxPDFCustomViewer) Method

Invokes the “Document Properties“ dialog for the specified PDF Viewer control.

#Declaration

Delphi
procedure ShowDocumentPropertiesDialog(AViewer: TdxPDFCustomViewer);

#Parameters

Name Type Description
AViewer TdxPDFCustomViewer

A PDF Viewer control that shows the “Document Properties” dialog.

#Remarks

Call this procedure and pass a target PDF Viewer control as the AViewer parameter to invoke the “Document Properties” dialog. A ShowDocumentPropertiesDialog procedure call has no effect if the specified PDF Viewer control has no loaded document.

The dialog displays information obtained from the target PDF Viewer control’s Document.Information, Document.PageCount, and Document.PageInfo properties.

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

See Also