commands Property

Summary

Manages the commands of the document viewer.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewer.prototype, 'commands', 
	get: function() 
) 
TypeScript Syntax
commands: DocumentViewerCommands; // read-only 

Property Value

The DocumentViewerCommands object that manages the commands of this document viewer.

Remarks

Refer to Document Viewer Commands for more information.

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