SaveAnno

#include “BiAnno.h”

long CALLBACK SaveAnno( INT_PTR pAnno, FILE *pFile)

Description

Save the data of the annotation objects to a file provided by the user. – No longer used. Not recommended.

Parameters

INT_PTR

pAnno

Annotation handle

FILE

pFile

Output file

Return value

0 on success, ANNO_UNDEF on error.

Programming Notes

The page numbering for the annotations is 0-based. The first page is 0 (zero).

Code Example

None