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





In This Topic

TagDelete Method (GdPictureImaging)

In This Topic
Deletes a tag attached to a GdPicture image.
Syntax
'Declaration
 
Public Function TagDelete( _
   ByVal ImageID As Integer, _
   ByVal TagNo As Integer _
) As GdPictureStatus
public GdPictureStatus TagDelete( 
   int ImageID,
   int TagNo
)
public function TagDelete( 
    ImageID: Integer;
    TagNo: Integer
): GdPictureStatus; 
public function TagDelete( 
   ImageID : int,
   TagNo : int
) : GdPictureStatus;
public: GdPictureStatus TagDelete( 
   int ImageID,
   int TagNo
) 
public:
GdPictureStatus TagDelete( 
   int ImageID,
   int TagNo
) 

Parameters

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

Return Value

A member of the GdPictureStatus enumeration.
See Also