←Select platform

PdfDocumentPageLayoutType Enumeration

Summary
Specifies the page layout option.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum PdfDocumentPageLayoutType 
typedef NS_ENUM(NSInteger, LTPdfDocumentPageLayoutType) { 
 LTPdfDocumentPageLayoutTypeSinglePageDisplay,  
 LTPdfDocumentPageLayoutTypeOneColumnDisplay,  
 LTPdfDocumentPageLayoutTypeTwoColumnLeftDisplay,  
 LTPdfDocumentPageLayoutTypeTwoColumnRightDisplay,  
 LTPdfDocumentPageLayoutTypeTwoPageLeft,  
 LTPdfDocumentPageLayoutTypeTwoPageRight 
}; 
public enum PdfDocumentPageLayoutType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class PdfDocumentPageLayoutType   
class PdfDocumentPageLayoutType(Enum): 
   SinglePageDisplay = 0 
   OneColumnDisplay = 1 
   TwoColumnLeftDisplay = 2 
   TwoColumnRightDisplay = 3 
   TwoPageLeft = 4 
   TwoPageRight = 5 
Members
ValueMemberDescription
0SinglePageDisplay Display one page at a time.
1OneColumnDisplay Display the pages in one column.
2TwoColumnLeftDisplay Display the pages in two columns, with odd-numbered pages on the left.
3TwoColumnRightDisplay Display the pages in two columns, with odd-numbered pages on the right.
4TwoPageLeft Display the pages two at a time, with odd-numbered pages on the left.
5TwoPageRight 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.