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.

Members

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help