Skip to main content

TdxPDFViewerDocumentPropertiesDialogForm.Execute(TComponent,TdxPDFCustomViewer) Method

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

Declaration

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