Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

DocumentViewerSelectTextMode Enumeration

Show in webframe
Mode to use when selecting text.
Syntax
Leadtools.Documents.UI.DocumentViewerSelectTextMode = function() { };
Leadtools.Documents.UI.DocumentViewerSelectTextMode.prototype = {
	line = 0,
	word = 1,
	character = 2,
	
 };
Members
ValueMemberDescription
0line

Select the whole line if any of its characters intersect with the rectangle.

1word

Select the whole word if any of its characters intersect with the rectangle.

2character

Select only characters the intersect with the rectangle.

Remarks

Used with the SelectText method to control what part of the text gets selected.

Example

For an example, refer to SelectText.

See Also

Reference

Leadtools.Documents.UI Namespace

Error processing SSI file
  Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features