GdPicture image identifier.
Must be a value between 1 and the number of IPTC TAGs attached to a GdPicture image.





In This Topic

IPTCGetType Method (GdPictureImaging)

In This Topic
Returns the type of an IPTC tag attached to a GdPicture image.
Syntax
'Declaration

 

Public Function IPTCGetType( _

   ByVal ImageID As Integer, _

   ByVal TagNo As Integer _

) As TagType
public TagType IPTCGetType( 

   int ImageID,

   int TagNo

)
public function IPTCGetType( 

    ImageID: Integer;

    TagNo: Integer

): TagType; 
public function IPTCGetType( 

   ImageID : int,

   TagNo : int

) : TagType;
public: TagType IPTCGetType( 

   int ImageID,

   int TagNo

) 
public:

TagType IPTCGetType( 

   int ImageID,

   int TagNo

) 

Parameters

ImageID
GdPicture image identifier.
TagNo
Must be a value between 1 and the number of IPTC TAGs attached to a GdPicture image.

Return Value

A member of the TagType enumeration.
See Also