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

TdxPDFCustomViewer.Selection Property

Provides access to the content selection in the loaded PDF document.

#Declaration

Delphi
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