AddStringTag  Method

Description         Adds or replaces one ASCII type tiff tag to an image of a tiff file.

Syntax                 RetVal = [BITIFF.]AddStringTag FileName Image TagID Data

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 add the tag to.
The first image is 0.

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

                            Data                        String              The data to store in the tag.

See Also              AddNumericTag Method, AddNumericTagBuffer Method, GetStringTag Method, DeleteTag Method