GetTagIDs  Method

Description         Retrieves the tag IDs of an image of a tiff file.

Syntax                 Items = [BITIFF.]GetTagIDs FileName Image IDBuffer MaxCount

Remarks             Items                       Integer             Returns the number of IDs copied to the given buffer. If an error occurred, 0 is returned.

                            FileName                String              The name of the tiff file.

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

                            IDBuffer                Integer             The first item of an array to get the IDs into. To specify the size of the buffer, use the GetNumberOfTags method.

                            MaxCount             Integer             The maximum number of IDs allowed to be copied into the buffer.

See Also              GetNumberOfTags Method