TdxPDFViewerSelection.SelectText(TdxPDFPageTextRange,Boolean) Method
In This Article
Selects the specified text range in a document displayed by the PDF Viewer.
#Declaration
Delphi
procedure SelectText(const ARange: TdxPDFPageTextRange; AMakeVisible: Boolean = True); overload;
#Parameters
Name | Type |
---|---|
ARange | Tdx |
AMake |
Boolean |
#Remarks
Call this procedure to select a text range passed as the ARange parameter. You can pass False as the AMakeVisible optional parameter to avoid scrolling the document to display the selected text.
Note
If the specified text range is invalid, calling the Select
See Also