IsOpenTiffViewerEnabled

#include “BlackIceDEVMODE.h”

 

BOOL  IsOpenTiffViewerEnabled (BlackIceDEVMODE* pDevMode, BOOL* bEnable);

 

Description

 

If the IsOpenTiffViewerEnabled function returns TRUE, and Black Ice Tiff Viewer version 13.97 or newer is installed, the Printer Driver opens the printed TIFF or PDF documents in the Black Ice Tiff Viewer. If the “Generate output in memory” option is also turned on (the IsGenerateImageInMemoryEnabled returns TRUE), the TIFF or PDF file is passed to Tiff Viewer in memory, without writing the file to disk.

 

Parameters

 

BlackIceDEVMODE* pDevMode             

 pointer to the BlackIceDEVMODE structure

BOOL* bEnable                                       

 returns TRUE if the feature is enabled, otherwise FALSE.

 

Return value

 

TRUE on success, otherwise FALSE

 

Programming Notes

 

None

 

Code Example

 

None