Specifies the page layout option.
lt.Document.Writer.PdfDocumentPageLayoutType = {
singlePageDisplay: 0,
oneColumnDisplay: 1,
twoColumnLeftDisplay: 2,
twoColumnRightDisplay: 3,
twoPageLeft: 4,
twoPageRight: 5
}
lt.Document.Writer.PdfDocumentPageLayoutType = {
singlePageDisplay: 0,
oneColumnDisplay: 1,
twoColumnLeftDisplay: 2,
twoColumnRightDisplay: 3,
twoPageLeft: 4,
twoPageRight: 5
}
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document