←Select platform

Command Property

Summary

Document viewer command.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="command")] 
public string Command {get; set;} 
<DataMemberAttribute(Name:="command")>  
Public Property Command() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"command")] 
   property String^ Command 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The document viewer command to run. The default value is null.

Remarks

Refer to DocumentViewOptions for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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