EnableTIFFDll

Description         Sets the BLF_ENABLETIFFDLL flag. If this flag is set, the printer driver will load and use the BITIFF.DLL. This flag can only be set programmatically.

Syntax                 RetVal = [BIAdvPrn.]EnableTiffDll  pDevMode

Returns               RetVal                    Boolean           TRUE if the flag was successfully set, otherwise FALSE.

Remarks             pDevMode             DEVMODE*  Pointer to the DEVMODE structure.

See Also