TdxPDFCustomViewer.Selection Property
In This Article
Provides access to the content selection in the loaded PDF document.
#Declaration
Delphi
property Selection: TdxPDFViewerSelection read;
#Property Value
Type |
---|
Tdx |
#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