Back to Devexpress

TdxPDFViewerOptionsSelection.Text Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionsselection-23085b6a.md

latest1.4 KB
Original Source

TdxPDFViewerOptionsSelection.Text Property

Specifies if a user can select text in a PDF document.

Declaration

delphi
property Text: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. Users can select and copy text.False

Built-in text selection functionality is disabled.

Tip

This option may increase application performance if a PDF document is large.

|

Remarks

You can set the Text property to False to disable built-in text selection options.

Default Value

The Text property’s default value is True.

See Also

TdxPDFViewerSelection.AsText Function

TdxPDFViewerSelection.Select Procedure

TdxPDFViewerSelection.SelectText Procedure

How to Select and Copy PDF Document Content

TdxPDFViewerOptionsSelection Class

TdxPDFViewerOptionsSelection Members

dxPDFViewer Unit