See Also Examples Applies To
Deletes an Exif Tag attached to the native GdPicture image.
Syntax
object.ExifTagDelete (nTagNo)
The ExifTagDelete syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nTagNo | Required. Long. Must be a value between 1 and the number of Exif TAGs attached to the native GdPicture image. |
Returns
Long. GdPictureStatus
Remarks
Available for EXIF TAGs, Image property ID Tags, Extra TAGs (Like Adobe Image Information tags etc.), Thumbnail related TAGs and Gps TAGs
Category
Metadata Functions (EXIF, IPTC, Extra, Thumbnail, GPS...)
Visual Basic Sample
object.ExifTagDelete (1)