Returns the vertical offset value what used for the Footer text. The unit what belongs to the value can be retrieved by the GetFooterOffsetUnits function.
GetFooterOffsetUnits (pDevMode As Long) As Long
Input value - Handle to the BlackIceDEVMODE structure
Return value - Footer text offset units. Possible values of the variable:
0: The offset unit is 0.1 * mm
1: The offset unit is 0.01 * inch
2: The offset unit is 1 pixel
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.