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





In This Topic

IPTCDelete Method (GdPictureImaging)

In This Topic
Deletes an IPTC tag attached to a GdPicture image.
Syntax
'Declaration

 

Public Function IPTCDelete( _

   ByVal ImageID As Integer, _

   ByVal TagNo As Integer _

) As GdPictureStatus
public GdPictureStatus IPTCDelete( 

   int ImageID,

   int TagNo

)
public function IPTCDelete( 

    ImageID: Integer;

    TagNo: Integer

): GdPictureStatus; 
public function IPTCDelete( 

   ImageID : int,

   TagNo : int

) : GdPictureStatus;
public: GdPictureStatus IPTCDelete( 

   int ImageID,

   int TagNo

) 
public:

GdPictureStatus IPTCDelete( 

   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 GdPictureStatus enumeration.
See Also