value Property

Summary

Current value of the command.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerCommand.prototype, 'value', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
value: any; 

Property Value

Current value of the command. Default value is null.

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