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





In This Topic

IPTCGetID Method (GdPictureImaging)

In This Topic
Returns an IPTC tag ID attached to a GdPicture image.
Syntax
'Declaration
 
Public Function IPTCGetID( _
   ByVal ImageID As Integer, _
   ByVal TagNo As Integer _
) As IPTCTags
public IPTCTags IPTCGetID( 
   int ImageID,
   int TagNo
)
public function IPTCGetID( 
    ImageID: Integer;
    TagNo: Integer
): IPTCTags; 
public function IPTCGetID( 
   ImageID : int,
   TagNo : int
) : IPTCTags;
public: IPTCTags IPTCGetID( 
   int ImageID,
   int TagNo
) 
public:
IPTCTags IPTCGetID( 
   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

The IPTC tag ID. A member of the IPTCTags enumeration.
See Also