DocumentViewerLineSelectionMode Enumeration

Summary

Enumeration listing the ways the viewer handles soft line breaks found in the text.

Syntax

JavaScript Syntax
lt.Documents.UI.DocumentViewerLineSelectionMode = { 
	Auto: 0, 
	Columns: 1, 
	FlowText: 2 
} 
TypeScript Syntax
lt.Documents.UI.DocumentViewerLineSelectionMode = { 
	Auto: 0, 
	Columns: 1, 
	FlowText: 2 
} 

Members

0 Auto

Automatically determine the selection mode from the document's mime type.

1 Columns

Use column selection mode if soft line breaks are found in the text.

2 FlowText

Force the flow text selection mode and ignore soft line breaks.

Remarks

For more information, refer to LineSelectionMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly