DOCWRTPAGELAYOUTTYPE

Summary

The DOCWRTPAGELAYOUTTYPE enumeration specifies the page layout mode to be used when the document is opened.

Syntax

typedef enum _DOCWRTPAGELAYOUTTYPE 
{ 
   DOCWRTPAGELAYOUTTYPE_SINGLEPAGEDISPLAY = 0, 
   DOCWRTPAGELAYOUTTYPE_ONECOLUMNDISPLAY, 
   DOCWRTPAGELAYOUTTYPE_TWOCOLUMNLEFTDISPLAY, 
   DOCWRTPAGELAYOUTTYPE_TWOCOLUMNRIGHTDISPLAY, 
   DOCWRTPAGELAYOUTTYPE_TWOPAGELEFT, 
   DOCWRTPAGELAYOUTTYPE_TWOPAGERIGHT, 
} DOCWRTPAGELAYOUTTYPE, *pDOCWRTPAGELAYOUTTYPE; 

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.

Usage

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.