DeleteTag  Method

Description         Deletes a tiff tag of an image in a tiff file.

Syntax                 RetVal = [BITIFF.]DeleteTag FileName Image TagID

Returns               RetVal                    Boolean           Returns true on success, otherwise false.

Remarks             FileName                Stirng              The name of the tiff file.

                            Image                     Integer             The number of the image to delete the tag from. The first image is 0.

                            TagID                     Integer             The ID of the tag to delete. Predefined tags cannot be deleted. If you try to do this, the method returns false.

See Also              AddNumericTag Method, AddNumericTagBuffer Method, AddStringTag Method