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