| Leadtools.Documents.Writers Namespace : PdfDocumentPageLayoutType Enumeration |
Leadtools.Documents.Writers.PdfDocumentPageLayoutType = function() { };
Leadtools.Documents.Writers.PdfDocumentPageLayoutType.prototype = {
singlePageDisplay = 0,
oneColumnDisplay = 1,
twoColumnLeftDisplay = 2,
twoColumnRightDisplay = 3,
twoPageLeft = 4,
twoPageRight = 5,
};
| 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.