GetStringTag  Method

Description         Retrieves string tag data of an image of a tiff file. Returns the data stored in the specified tag, if the tag type is tifttAscii = 2. If you are unsure, check the tag type with the GetTagType method before you call this method.

Syntax                 Data = [BITIFF.]GetStringTag FileName Image TagID

Remarks             Data                        String              If the function succeeds, returns the data itself (the string). Otherwise returns an empty string.

                            FileName                Stirng              The name of the tiff file.

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

                            TagID                     Integer             The ID of the tag which data.is required.

See Also              AddStringTag Method, GetNumericTag Method, GetNumericTagBuffer Method, GetTagType Method