Sets the Footer text position type.
SetFooterPosition (pDevMode As Long, lPosition As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - New 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
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.