IsAppendImageEnabled

#include “BIADVPRN.H”

 

BOOL  IsAppendImageEnabled(DEVMODE*  pDevMode);

Description

Returns the value of the BLF_MULTIIMAGE flag. Represents the value of the ‘Create Multi-page Image’ checkbox.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the Create Multi-page Image is used, otherwise FALSE.

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.