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

Returns as string, the value of an IPTC Tag attached to the displayed document.

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

The value of the tag.

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