DOCWRTPAGELAYOUTTYPE

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.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help