LoadAnnotationFromTiff

#include "BITIFF.H"

#include "BIANNO.H"

 

INT_PTR CALLBACK LoadAnnotationFromTiff(     LPTSTR       lpszFileName,
                                                                          UINT    wTag)

Description

Loads the annotation from the data TAG specified by the wTag parameter.

Parameters

LPTSTR

lpszFileName

Path to the TIFF file.

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

Returns a handle for the Annotation Object. Returns NULL if load is failed or there is no annotation for a TIFF file.

Requirements

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

Library :    Use BiTIFF.lib.

DLLs :       BiTiff.dll.

References to related functions

See SaveAnnotationIntoTiff(),SaveAnnotationIntoTiffExtExt().