Specifies the page layout option.
lt.Documents.Writers.PdfDocumentPageLayoutType = {
SinglePageDisplay: 0,
OneColumnDisplay: 1,
TwoColumnLeftDisplay: 2,
TwoColumnRightDisplay: 3,
TwoPageLeft: 4,
TwoPageRight: 5
}
lt.Documents.Writers.PdfDocumentPageLayoutType = {
SinglePageDisplay: 0,
OneColumnDisplay: 1,
TwoColumnLeftDisplay: 2,
TwoColumnRightDisplay: 3,
TwoPageLeft: 4,
TwoPageRight: 5
}
Members
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. |
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