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.
| Member | Description |
|---|---|
| DOCWRTPAGELAYOUTTYPE_SINGLEPAGEDISPLAY | Display one page at a time. This is the default mode. |
| DOCWRTPAGELAYOUTTYPE_ONECOLUMNDISPLAY | Display the pages in one column. |
| DOCWRTPAGELAYOUTTYPE_TWOCOLUMNLEFTDISPLAY | Display the pages in two columns, with odd-numbered pages on the left. |
| DOCWRTPAGELAYOUTTYPE_TWOCOLUMNRIGHTDISPLAY | Display the pages in two columns, with odd-numbered pages on the right. |
| DOCWRTPAGELAYOUTTYPE_TWOPAGELEFT | Display the pages two at a time, with odd-numbered pages on the left. |
| DOCWRTPAGELAYOUTTYPE_TWOPAGERIGHT | Display the pages two at a time, with odd-numbered pages on the right. |
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
