GetPageHeightInPixels

 

#include “BlackIceDEVMODE.h”

 

DWORD        GetPageHeightInPixels(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the PaperHeightInPixels member of the BlackIceDEVMODE. Represents the value of the 'Paper Height' edit box.

This function is for internal use, please use the GetPaperLength function instead.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure

Return value

Paper height in pixels (DWORD number).

Programming Notes

None

Code Example

None