Removes a tag from the image's tag list.
Visual Basic |
---|
Public Sub TagDelete( _ ByVal TagNumber As Long _ ) |
- TagNumber
- The tag to remove from the tag list. See TagNumber property for more information on valid tag numbers.
This method is for multi-page document formats such as TIFF and EXIF.
Removes a tag from the tag list, and decrements TagCount.
If a tag specified is not found, the ImagError property will be set to IX_Error_TagNotFound.
Note: Available in Professional Edition.