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

Returns as string, the value of an IPTC Tag attached to a GdPicture image.

C#
public String IPTCGetValueString(
    int ImageID, 
    int TagNo
);
Visual Basic
Public Function IPTCGetValueString(
    ByVal ImageID As Integer, 
    ByVal TagNo As Integer
) As String
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
TagNo 
Must be a value between 1 and the number of IPTC TAGs attached to a GdPicture image.  
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.