←Select platform

Parameters Property

Summary

Optional parameters for the command to run.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="parameters")] 
public object Parameters {get; set;} 
public:  
   [DataMemberAttribute(Name=L"parameters")] 
   property Object^ Parameters 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
Parameters # get and set (DocumentViewCommand) 

Property Value

The optional parameters for the command to run. The default value is null.

Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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