DOCWRTPAGEFITTYPE

Summary

The DOCWRTPAGEFITTYPE enumeration specifies the page fit type.

Syntax

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

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.

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.