characterKeyModifier Property

Summary

Modifier key to use to select individual characters in the page without their words or lines.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerText.prototype, 'characterKeyModifier', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
characterKeyModifier: Keys; 

Property Value

The modifier key to use to select individual characters in the page without their words or lines. Default value is Control.

Remarks

This property is used by DocumentViewerSelectTextInteractiveMode.

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