#include “BlackIceDEVMODE.h”
DWORD GetPagePhysicalOffsetX (BlackIceDEVMODE* pDevMode);
Description
Returns the width of unwritable margin of the paper in pixels.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
Width of the margin in pixels.
Programming Notes
None
Code Example
None