PdfDocumentPageLayoutType Enumeration

Summary

Specifies the page layout option.

Syntax
TypeScript
JavaScript
lt.Document.Writer.PdfDocumentPageLayoutType = { 
   singlePageDisplay: 0, 
   oneColumnDisplay: 1, 
   twoColumnLeftDisplay: 2, 
   twoColumnRightDisplay: 3, 
   twoPageLeft: 4, 
   twoPageRight: 5 
} 
lt.Document.Writer.PdfDocumentPageLayoutType = { 
   singlePageDisplay: 0, 
   oneColumnDisplay: 1, 
   twoColumnLeftDisplay: 2, 
   twoColumnRightDisplay: 3, 
   twoPageLeft: 4, 
   twoPageRight: 5 
} 

Members

0 SinglePageDisplay

(0) Display one page at a time.

1 OneColumnDisplay

(1) Display the pages in one column.

2 TwoColumnLeftDisplay

(2) Display the pages in two columns, with odd-numbered pages on the left.

3 TwoColumnRightDisplay

(3) Display the pages in two columns, with odd-numbered pages on the right.

4 TwoPageLeft

(4) Display the pages two at a time, with odd-numbered pages on the left.

5 TwoPageRight

(5) Display the pages two at a time, with odd-numbered pages on the right.

Remarks

Use this option to set/retrieve the page layout type in PdfDocumentOptions.

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