SetPaperWidthInPixel

#include “BIADVPRN.H”

 

BOOL  SetPaperWidthInPixel( DWORD         paperwidth,
DEVMODE*  pDevMode);

Description

Sets the PaperWidthInPixels member of BlackIceDEVMODE.

Parameters

DWORD

paperwidth

Paper width in pixels (DWORD number).

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the member was successfully set, otherwise FALSE.

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.