IN_GetPrintMargins

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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 )

Output Parameters

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:
inches or centimeters See
Remarks.

 

Release information

Added to Imagenation for Windows in Release 7.1.

Not supported in Imagenation for UNIX.

See also

Defining print options