SetFooterOffsetY

 

Sets the vertical offset value what used for the Footer text. The unit what belongs to the value can be set by the SetFooterOffsetUnits function.

SetFooterOffsetY (pDevMode As Long, lColor As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - New vertical offset of the Footer text

Return value - TRUE on success, FALSE otherwise.

 

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.