#include “BlackIceDEVMODE.h”
BOOL SetPagePhysicalOffsetY (DWORD PhysicalOffsetY, BlackIceDEVMODE* pDevMode);
Description
Sets the height of unwritable margin of the paper in pixels.
Parameters
DWORD PhysicalOffsetY - value of the new offset value in pixels
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None