C#
VB
C++
Specifies the PDF page layout
[SerializableAttribute()]public enum PDFPageLayoutType
<SerializableAttribute()>Public Enum PDFPageLayoutType
[SerializableAttribute()]public enum class PDFPageLayoutType
Members
| Value | Member | Description |
|---|---|---|
| 0 | SinglePageDisplay | Default: 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 |
Used by PDFInitialViewOptions to control the PDF page layout.
For an example, refer to PDFInitialViewOptions.
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
