The command name.
public string Name { get; set; }
Public Property Name() As String
Get
Set
public:
property String^ Name
{
String^ get()
void set(String^ value)
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET