#include “BlackIceDEVMODE.h”
BOOL SetPagePhysicalOffsetX (DWORD PhysicalOffsetX, BlackIceDEVMODE* pDevMode);
Description
Sets the width of unwritable margin of the paper in pixels.
Parameters
DWORD PhysicalOffsetX - 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