SetOpenTiffViewer

 

#include “BlackIceDEVMODE.h”

 

BOOL  SetOpenTiffViewer (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Enables or disables opening the Printer Driver’s output in Black Ice Tiff Viewer. If the feature is enabled 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 TIFF or PDF file is passed to Tiff Viewer in memory, without writing the file to disk. Use the EnableGenerateImageInMemory function to turn on the “Generate output in memory” option.

 

Parameters

 

Input value  pDevMode     

-       pointer to the BlackIceDEVMODE structure

Input value  bEnable         

-       Enables or disables opening the Printer Driver’s output in Black Ice Tiff Viewer.

 

 

Return value

 

TRUE on success, otherwise FALSE

 

Programming Notes

 

None

 

Code Example

 

None