AnnoLoadFromTiff

Usage                  Boolean AnnoLoadFromTiff(FileName As String, TagID As Short)

Description         Destroys the current annotation object set and loads a new set from the specified tiff file tag.

Parameters         FileName               String              The filename of a TIFF file

                             TagID                     Short               Number of the tiff tag which contains the annotation info. The TagID value must be between 0 and 32767.

Return value      True if annotation is successfully loaded, False if an error occurred. On True, the TIFF OCX must be updated.

Programming Notes        None