←Select platform

Name Property

Summary

The command name.

Syntax
C#
C++/CLI
public string Name { 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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