enhanceTextSelection

Enhances text selection for selecting multiple lines in a PDF document.

In some PDF documents, when you select multiple lines, the text prior to the current selection gets selected. You can avoid this by enabling enhanceTextSelection, which explicitly corrects the issue so that only the lines of text you select are included in the selection.

Note: The enhanceTextSelection feature is not available in Internet Explorer 11.

Sample syntax

The following enables the parameter.

<param name="enhanceTextSelection" value="true">

Default setting: false.