useAnnotations Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerCreateOptions.prototype, 'useAnnotations', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly