Usage Boolean AnnoSaveToTiffExt(FileName As String, TagID As Integer, SavingType As Short, AnnoPage As Long, TiffPage As Long)
Description Saves the annotation objects to a tiff file tag.
Parameters FileName String The filename of a TIFF file
TagID Integer Number of the tiff tag which will contain the annotation. If TagID = 0 the default tag (32768) is used.
SavingType Short Available saving modes:
SAVE_ANNO_CREATE : If the Tiff file already exists, the method will overwrite the specified tag.
SAVE_ANNO_APPEND: If the Tiff file already exists, the method will append anotation objects to the objects in the specified tag.
AnnoPage Long Zero based integer. If this parameter is valid page number, the method saves annotations only from this page. If this parameter is -1, the method saves all annotation objects.
TiffPage Long Zero based integer. This parameter specifies the page number in the TIFF file. The annotation objects will be displayed on this page after loading TIFF image.
Return value None
Programming Notes None