IsInternetTiffFormatEnabled

#include “BIADVPRN.H”

 

BOOL  IsInternetTiffFormatEnabled(DEVMODE*  pDevMode);

Description

Returns the value of the BLF_INTERNETTIFF flag. Represents the value of the ‘Internet TIFF format’ checkbox.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the  Internet TIFF format is used, otherwise FALSE.

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.