IsAdvancedPaperSizeEnabled

#include “BIADVPRN.H”

 

BOOL  IsAdvancedPaperSizeEnabled(DEVMODE*  pDevMode);

Description

Returns the value of the BLF_ADVANCEDPAPERSIZE flag. Represents the value of the ‘Advanced Paper size’ checkbox.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if Advanced Paper size is used, otherwise FALSE

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.