DOCWRTPAGEFITTYPE

typedef enum _DOCWRTPAGEFITTYPE 
{ 
   DOCWRTPAGEFITTYPE_DEFAULT = 0, 
   DOCWRTPAGEFITTYPE_FITWIDTH, 
   DOCWRTPAGEFITTYPE_FITHEIGHT, 
   DOCWRTPAGEFITTYPE_FITWIDTHBOUNDS, 
   DOCWRTPAGEFITTYPE_FITHEIGHTBOUNDS, 
   DOCWRTPAGEFITTYPE_FITBOUNDS, 
} DOCWRTPAGEFITTYPE, *pDOCWRTPAGEFITTYPE; 

The DOCWRTPAGEFITTYPE enumeration specifies the page fit type.

Members

DOCWRTPAGEFITTYPE_DEFAULT

Do not change the page fit mode. This is the default mode.

DOCWRTPAGEFITTYPE_FITWIDTH

Fits the page width into the window.

DOCWRTPAGEFITTYPE_FITHEIGHT

Fits the page height into the window.

DOCWRTPAGEFITTYPE_FITWIDTHBOUNDS

Fits the window into the page width.

DOCWRTPAGEFITTYPE_FITHEIGHTBOUNDS

Fits the window into the page height.

DOCWRTPAGEFITTYPE_FITBOUNDS

Fits the window into the page width and height.

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