←Select platform

ViewLayout Property

Summary

View layout to use when this document is set into a viewer.

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

Property Value

The view layout to use when this document is set into a viewer. The default value is DocumentViewLayout.Vertical

Remarks

Refer to DocumentViewOptions 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