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.

Member Description
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 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