#include “BiAnno.h”
BOOL CheckSaved( void );
Description
Saves the annotations into the TIFF file tag if it was loaded from there. Save is performed only if the annotate objects are changed, because it was loaded.
Parameters
None
Return value
TRUE if the annotation is saved, FALSE if saving was not necessary
Programming Notes
None
Code Example
None