Skip to main content

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
True
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