←Select platform

ViewOptions Property

Summary

Optional initial view options.

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

Property Value

The optional initial view options. The default value is null.

Remarks

Refer to LEADDocument.ViewOptions for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly