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

Returns the type of an IPTC Tag attached to a GdPicture image.

C#
public TagType IPTCGetType(
    int ImageID, 
    int TagNo
);
Visual Basic
Public Function IPTCGetType(
    ByVal ImageID As Integer, 
    ByVal TagNo As Integer
) As TagType
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

A member of the TagType enumeration.

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