ConvertTiffToCiscoFormat

#include "BITIFF.H"

 

BOOL CALLBACK ConvertTiffToCiscoFormat(          LPTSTR    lpszFileName)

Description

Converts the existing TIFF file into CISCO TIFF format. The lpszFileName has to exist. The image can be a single or multipage TIFF file. In the TIFF CISCO format the tags are in the beginning of the file. This function does all low level calls internally in the DLL. To retrieve the last error, use the TiffErrorString().

Parameters

LPTSTR

lpszFileName

Path to the TIFF file.

Additional Information

This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.

Return values

TRUE on success, otherwise FALSE.

Programming notes

This function was designed to be used with high-level application generators like Borland C++, Visual Basic.

Requirements

Header :     Declared in BiTiff.h; include BiTiff.h.

Library :    Use BiTIFF.lib.

DLLs :       BiTiff.dll.

References to related functions

SeeSaveTiffForCiscoFormat()