useAnnotations Property

Summary

Indicates whether annotation support is to be enabled in the document viewer

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerCreateOptions.prototype, 'useAnnotations', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
useAnnotations: boolean; 

Property Value

true to enable annotation support in the document viewer; otherwise, false.

Remarks

Refer to DocumentViewerCreateOptions for more information.

Example

For an example, refer to DocumentViewer.

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