DocumentViewLayout Enumeration

Summary

View layout.

Syntax
TypeScript
JavaScript
lt.Document.DocumentViewLayout = { 
   single: 0, 
   vertical: 1, 
   double: 2, 
   horizontal: 3 
} 
lt.Document.DocumentViewLayout = { 
   single: 0, 
   vertical: 1, 
   double: 2, 
   horizontal: 3 
} 

Members

ValueMemberDescription
single0Layout.Single command
vertical1Layout.Vertical command
double2Layout.Double command
horizontal3Layout.Horizontal command

Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

See Also

Reference

lt.Document Namespace

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