TdxPDFViewerSelectTool Class
An action object corresponding to the SelectTool command provided by the PDF Viewer control.
Declaration
TdxPDFViewerSelectTool = class(
TdxPDFViewerCheckableAction
)
Remarks
This class does not introduce any new public members. Executing a TdxPDFViewerSelectTool
action object disables or enables the content selection tool (depending on its current state).
Enabling the capability to select the PDF document content disables the Hand tool and vice versa.
UI elements linked to a TdxPDFViewerSelectTool
action object are enabled only if the PDF Viewer control currently displays a document (i.e., the control’s IsDocumentLoaded function returns True
).
Inheritance
See Also