You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Metadata > TagCount Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TagCount Method

Returns the number of Tags (Exif, Extra, Thumbnails & GPS) attached to a GdPicture image.

C#
public int TagCount(
    int ImageID
);
Visual Basic
Public Function TagCount(
    ByVal ImageID As Integer
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

The number of tags attached to a GdPicture image.

Available for EXIF TAGs, Image property ID Tags, Extra TAGs (Like Adobe Image Information tags etc.), Thumbnail related TAGs and Gps TAGs

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.