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.
Number of units to exclude from the top of the image.
Number of units to exclude from the bottom of the image.
Number of units to exclude from the left of the image.
Number of units to exclude from the right of the image.
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.
Units of measure such as inches or centimeters can be used by enabling the corresponding flag when calling LBitmap::BlankPageDetector.
The structure 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