TdxPDFViewerOptionsSelection.Text Property
Specifies if a user can select text in a PDF document.
Declaration
property Text: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
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