CAnnoData::SaveToTiff

#include “BiAnno.h”

BOOL SaveToTiff( LPSTR lpszFileName, UINT wTag );

Description

Saves the annotation objects to a tiff file tag. (to use this function , a Licensed copy of the TIFF SDK is required)

Parameters

LPSTR

lpszFileName

Pointer to a null-terminated string, the filename

UINT

wTag

Number of the tiff tag which contains the annotation info. On wTag=NULL the default tag (32768) is used.

Return value

None

Programming Notes

None

Code Example                      

            None