#include “BlackIceDEVMODE.h”
BOOL WINAPI SetFooterOffsetUnits(BlackIceDEVMODE* pBlackIceDevMode, int iUnits);
Description
Sets the used units for the Footer offset.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int iUnits - new Footer text offset units value. Possible values:
0: 0.1 * mm
1: 0.01 * inch
2: Pixel
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None