Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

PAGEMARGINS

Show in webframe

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 pixels to exclude from the top of the image.

uBottomMargin

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

uLeftMargin

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

uRightMargin

Number of pixels 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 L_BlankPageDetectorBitmap function.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.