TdxPDFCustomViewer.Selection Property
Provides access to the content selection in the loaded PDF document.
Declaration
property Selection: TdxPDFViewerSelection read;
Property Value
Type |
---|
TdxPDFViewerSelection |
Remarks
You can use this property to manage the document content selection and/or obtain the currently selected text or image. Refer to the TdxPDFViewerSelection class description for the full list of available options.
See Also