Sets the Header text position type.
SetHeaderPosition (pDevMode As Long, lPosition As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - New Header text position type. Possible values:
0: The Header text will be aligned to Left
1: The Header text will be aligned to Center
2: The Header 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.