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 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.