GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / TagDelete Method
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
 

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