ShowDocumentPropertiesDialog(TdxPDFCustomViewer) Method
Invokes the “Document Properties“ dialog for the specified PDF Viewer control.
Declaration
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