#include “BiAnno.h”
BOOL SaveToTiff( LPSTR lpszFileName );
Description
Saves the annotation objects to a file. If the file already exists, the function overwrites it.
Parameters
|
LPSTR |
lpszFileName |
Pointer to a null-terminated string, the filename |
Return value
None
Programming Notes
None
Code Example
None