[SerializableAttribute()]
[DataContractAttribute()]
public enum PdfDocumentPageLayoutType
typedef NS_ENUM(NSInteger, LTPdfDocumentPageLayoutType) {
LTPdfDocumentPageLayoutTypeSinglePageDisplay,
LTPdfDocumentPageLayoutTypeOneColumnDisplay,
LTPdfDocumentPageLayoutTypeTwoColumnLeftDisplay,
LTPdfDocumentPageLayoutTypeTwoColumnRightDisplay,
LTPdfDocumentPageLayoutTypeTwoPageLeft,
LTPdfDocumentPageLayoutTypeTwoPageRight
};
public enum PdfDocumentPageLayoutType
[DataContractAttribute()]
[SerializableAttribute()]
public enum class PdfDocumentPageLayoutType
class PdfDocumentPageLayoutType(Enum):
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.
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