PAGEMARGINS

typedef struct _PAGEMARGINS 
{ 
   L_UINT uTopMargin; 
   L_UINT uBottomMargin; 
   L_UINT uLeftMargin; 
   L_UINT uRightMargin; 
} 
PAGEMARGINS, *pPAGEMARGINS; 

The PAGEMARGINS structure provides information about excluded margins in a page.

Member

Description

uTopMargin

Number of units to exclude from the top of the image.

uBottomMargin

Number of units to exclude from the bottom of the image.

uLeftMargin

Number of units to exclude from the left of the image.

uRightMargin

Number of units to exclude from the right of the image.

Comments

pPAGEMARGINS is a pointer to an PAGEMARGINS structure. Where the function parameter type is pPAGEMARGINS, you can declare a PAGEMARGINS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pPAGEMARGINS variable is necessary only if your program requires a pointer.

This structure is used by LBitmap::BlankPageDetector function.

Units of measure such as inches or centimeters can be used by enabling the corresponding flag when calling LBitmap::BlankPageDetector.

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

LEADTOOLS Raster Imaging C++ Class Library Help