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

TdxPDFViewerSelection Members

In This Article
Implements the selection operation in a PDF document.

#Constructors

Name Description
Create(TdxPDFCustomViewer) Initializes a new instance of the TdxPDFViewerSelection class with specified settings.

#Methods
Show Inherited Hide Inherited

Name Description
AsBitmap Returns the PDF document selection as a bitmap.
AsText Returns the PDF document selection as a Unicode text string.
Clear Clears the content selection in the loaded PDF document.
CopyToClipboard Copies the current PDF document selection to the clipboard.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
IsEmpty Identifies if the document selection is empty.
Select(TRect,Boolean) Selects the content located within the specified area.
SelectAll Selects all the text in a document displayed by the PDF Viewer.
SelectText(TdxPDFPageTextRange,Boolean) Selects the specified text range in a document displayed by the PDF Viewer.
ToString Inherited from TObject.
See Also