All Editions
Related Functions
Example
The IN_GetPrintMargins function gets the current margin values and the system units used for the printed document.
Syntax
int IN_GetPrintMargins( marginTop, marginBottom, marginLeft, marginRight, marginUnit )
|
Meaning | |
|
DOUBLEPTR marginTop |
pointer to the top margin |
|
DOUBLEPTR marginBottom |
pointer to the bottom margin |
|
DOUBLEPTR marginLeft |
pointer to the left margin |
|
DOUBLEPTR marginRight |
pointer to the right margin |
|
SHORTPTR marginUnit |
pointer to the units the margins are returned in: |
Release information
Added to Imagenation for Windows in Release 7.1.
Not supported in Imagenation for UNIX.
See also