SaveAnnotationIntoTiff

#include "BITIFF.H"

#include "BIANNO.H"

 

BOOL CALLBACK SaveAnnotationIntoTiff( LPTSTR       lpszFileName,
INT_PTR     lAnno,
UINT    wTag)

Description

Saves the annotation into a data TAG specified by the wTag parameter.

Parameters

LPTSTR

lpszFileName

Path to the TIFF file.

INT_PTR

lAnno

The annotation object handle.

UINT

wTag

The data tag number in the Document Imaging SDK.

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.

Requirements

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

Library :    Use BiTIFF.lib.

DLLs :       BiTiff.dll.

References to related functions

See LoadAnnotationFromTiff(), SaveAnnotationIntoTiffExtExt().