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. |
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:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET