#include “BlackIceDEVMODE.h”
BOOL SetOpenTiffViewer (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables opening the Printer Driver’s output in Black Ice IceViewer (formerly TIFF Viewer). If the feature is enabled and Black Ice IceViewer version 13.97 or newer is installed, the Printer Driver opens the printed TIFF or PDF documents in the Black Ice IceViewer. If the “Generate output in memory” option is also turned on, the TIFF or PDF file is passed to IceViewer 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 IceViewer. |
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None