GetNumberOfTags  Method

Description         Returns the number of tiff tags of an image in a tiff file.

Syntax                 TagNum = [BITIFF.]GetNumberOfTags FileName Image

Remarks             TagNum                 Integer             The number of tags of the specified image. Returns 0 on error.

                            FileName                Stirng              The name of the tiff file.

                            Image                     Integer             The number of the image. The first image is 0.

                            Use this method to count the tiff tags of an image to allocate a buffer. This buffer will get the tag IDs, when you call the GetTagIDs method.

See Also              GetTagIDs Method