#include “BlackIceDEVMODE.h”
BOOL IsInternetTiffFormatEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_INTERNETTIFF flag. Represents the value of the ‘Internet TIFF format’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the Internet TIFF format is used, otherwise FALSE.
Programming Notes
None
Code Example
None