C#
VB
Java
Objective-C
C++
Specifies the page layout option.
[SerializableAttribute()][DataContractAttribute()]public enum PdfDocumentPageLayoutType
<DataContractAttribute()><SerializableAttribute()>Public Enum PdfDocumentPageLayoutType
typedef NS_ENUM(NSInteger, LTPdfDocumentPageLayoutType) public enum PdfDocumentPageLayoutType [DataContractAttribute()][SerializableAttribute()]public enum class PdfDocumentPageLayoutType
Members
| Value | Member | Description |
|---|---|---|
| 0 | SinglePageDisplay | Display one page at a time. |
| 1 | OneColumnDisplay | Display the pages in one column. |
| 2 | TwoColumnLeftDisplay | Display the pages in two columns, with odd-numbered pages on the left. |
| 3 | TwoColumnRightDisplay | Display the pages in two columns, with odd-numbered pages on the right. |
| 4 | TwoPageLeft | Display the pages two at a time, with odd-numbered pages on the left. |
| 5 | TwoPageRight | Display the pages two at a time, with odd-numbered pages on the right. |
Use this option to set/retrieve the page layout type in PdfDocumentOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
