state Property (DocumentViewerCommand)

Summary

Current state value of the command.

Syntax

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

Property Value

Boolean that contains the current state value of the command. Default value is null.

Remarks

Used when HasState is true.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize