Returns the Footer text position type.
GetFooterPosition (pDevMode As Long) As Long
Input value - handle to the BlackIceDEVMODE structure
Return value - Footer text position type. Possible values:
0: The Footer text will be aligned to Left
1: The Footer text will be aligned to Center
2: The Footer text will be aligned to Right
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.