Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerCommand Class : Name Property |
public string Name {get; set;}
'Declaration
Public Property Name As String
'Usage
Dim instance As DocumentViewerCommand Dim value As String instance.Name = value value = instance.Name
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.