GetPageWidthInPixels

#include “BIADVPRN.H”

 

DWORD  GetPageWidthInPixels(DEVMODE*  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.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

Paper width in pixels (DWORD number).

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.