GetTagID  Method

Description         Retrieves a tag ID of an image of a tiff file, that you give.

Syntax                 tagID = [BITIFF.]GetTagID FileName Image Which

Remarks             tagID                      Integer             Returns the ID, that you give. 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.

                            Which                     Integer             Which Tag ID do you want to query. To specify the count of the TagIDs, use the GetNumberOfTags method.

See Also              GetNumberOfTags Method