PAGENUMBERLOCATION

typedef enum 
{ 
   PAGENUMBERLOCATION_TOPLEFT                = 0, 
   PAGENUMBERLOCATION_TOPCENTER              = 1, 
   PAGENUMBERLOCATION_TOPRIGHT               = 3, 
   PAGENUMBERLOCATION_BOTTOMLEFT             = 4, 
   PAGENUMBERLOCATION_BOTTOMCENTER           = 5, 
   PAGENUMBERLOCATION_BOTTOMRIGHT            = 6 
} PAGENUMBERLOCATION, *pPAGENUMBERLOCATION; 

Member

Description

PAGENUMBERLOCATION_TOPLEFT

Place the page number in the top left corner of the bitmap.

PAGENUMBERLOCATION_TOPCENTER

Place the page number in the top center of the bitmap.

PAGENUMBERLOCATION_TOPRIGHT

Place the page number in the top right corner of the bitmap.

PAGENUMBERLOCATION_BOTTOMLEFT

Place the page number in the bottom left corner of the bitmap.

PAGENUMBERLOCATION_BOTTOMCENTER

Place the page number in the bottom center of the bitmap.

PAGENUMBERLOCATION_BOTTOMRIGHT

Place the page number in the bottom right corner of the bitmap.

Comments

pPAGENUMBERLOCATION  is a pointer to a PAGENUMBERLOCATION  value.

The PAGENUMBERLOCATION enumeration specifies where to place the page numbers. It is used in the following structure:

PAGENUMBEROPTIONS.

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