name Property

Summary

The command name.

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

Property Value

A unique string that specifies the command name. Default value is null.

Remarks

Built in command names are stored as static read only values in the DocumentViewerCommands class. For example, the command to got o the first page in the document has the name "Page.First", and the corresponding read only value DocumentViewerCommands.PageFirst.

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