typedef enum
{
PAGENUMBERLOCATION_TOPLEFT = 0,
PAGENUMBERLOCATION_TOPCENTER = 1,
PAGENUMBERLOCATION_TOPRIGHT = 3,
PAGENUMBERLOCATION_BOTTOMLEFT = 4,
PAGENUMBERLOCATION_BOTTOMCENTER = 5,
PAGENUMBERLOCATION_BOTTOMRIGHT = 6
} PAGENUMBERLOCATION, *pPAGENUMBERLOCATION;
Place the page number in the top left corner of the bitmap.
Place the page number in the top center of the bitmap.
Place the page number in the top right corner of the bitmap.
Place the page number in the bottom left corner of the bitmap.
Place the page number in the bottom center of the bitmap.
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.
The enumeration is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document