TdxPDFViewerOptionsSelection.Text Property
In This Article
Specifies if a user can select a text in a PDF document.
#Declaration
Delphi
property Text: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to forbid a user from selecting a whole text or its portion.
The Text property’s default value is True.
See Also