PdfDocumentPageLayoutType Enumeration

Summary

Specifies the page layout option.

Syntax

JavaScript Syntax
lt.Documents.Writers.PdfDocumentPageLayoutType = { 
	SinglePageDisplay: 0, 
	OneColumnDisplay: 1, 
	TwoColumnLeftDisplay: 2, 
	TwoColumnRightDisplay: 3, 
	TwoPageLeft: 4, 
	TwoPageRight: 5 
} 
TypeScript Syntax
lt.Documents.Writers.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly