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.Execute(TComponent,TdxPDFCustomViewer) Method

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

#Declaration

Delphi
class function Execute(AOwner: TComponent; AViewer: TdxPDFCustomViewer): Boolean;

#Parameters

Name Type
AOwner TComponent
AViewer TdxPDFCustomViewer

#Returns

Type
Boolean

#Remarks

The AOwner parameter specifies the parent form of a PDF Viewer control instance passed as the AViewer parameter. The Execute function returns True if an end user presses the Enter key or clicks the OK button to close the “Document Properties” dialog; otherwise, False.

See Also