You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Retrieving Metadata > TagGetName Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.TagGetName Method

Returns as string a Tag name attached to the displayed document.

C#
public String TagGetName(
    int TagNo
);
Visual Basic
Public Function TagGetName(
    ByVal TagNo As Integer
) As String
Parameters
Parameters 
Description 
TagNo 
Must be a value between 1 and the number of Exif TAGs attached to the displayed document.  
Returns

The name of the tag.

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.