GetPageWidthInPixels

 

#include “BlackIceDEVMODE.h”

 

DWORD        GetPageWidthInPixels(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the PaperWidthInPixels member of the BlackIceDEVMODE. Represents the value of the 'Paper Width' edit box when “PIXEL” is selected for units.

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

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

Paper width in pixels (DWORD number).

Programming Notes

None

Code Example

None