←Select platform

PDFPageLayoutType Enumeration

Summary
Specifies the PDF page layout.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFPageLayoutType  
<SerializableAttribute()> 
Public Enum PDFPageLayoutType  
public final class PDFPageLayoutType 
    extends java.lang.Enum<PDFPageLayoutType> 
[SerializableAttribute()] 
public enum class PDFPageLayoutType  
Members
ValueMemberDescription
0SinglePageDisplay Default: 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

Used by PDFInitialViewOptions to control the PDF page layout.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

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