Leadtools.Documents.UI Namespace > DocumentViewerCommand Object : Name Property |
get_name();
set_name(value);
Object.defineProperty('name');
Type | Description |
---|---|
string | A unique string that specifies the command name. Default value is null. |
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.