Deletes a Tag attached to a GdPicture image.
public GdPictureStatus TagDelete( int ImageID, int TagNo );
Public Function TagDelete( ByVal ImageID As Integer, ByVal TagNo As Integer ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
TagNo |
Must be a value between 1 and the number of Exif TAGs attached to a GdPicture image. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|