typedef enum _DOCWRTPAGELAYOUTTYPE
{
DOCWRTPAGELAYOUTTYPE_SINGLEPAGEDISPLAY = 0,
DOCWRTPAGELAYOUTTYPE_ONECOLUMNDISPLAY,
DOCWRTPAGELAYOUTTYPE_TWOCOLUMNLEFTDISPLAY,
DOCWRTPAGELAYOUTTYPE_TWOCOLUMNRIGHTDISPLAY,
DOCWRTPAGELAYOUTTYPE_TWOPAGELEFT,
DOCWRTPAGELAYOUTTYPE_TWOPAGERIGHT,
} DOCWRTPAGELAYOUTTYPE, *pDOCWRTPAGELAYOUTTYPE;
The DOCWRTPAGELAYOUTTYPE enumeration specifies the page layout mode to be used when the document is opened.
Display one page at a time. This is the default mode.
Display the pages in one column.
Display the pages in two columns, with odd-numbered pages on the left.
Display the pages in two columns, with odd-numbered pages on the right.
Display the pages two at a time, with odd-numbered pages on the left.
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