←Select platform

Name Property

Summary

The command name.

Syntax
C#
VB
C++
public string Name { get; set; } 
Public Property Name() As String 
   Get 
   Set 
public:  
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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

Leadtools.Document.Viewer.WinForms Assembly

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