Accusoft.ImagXpress13.Net
RemoveTag Method




An integer value which represents the number of the tag.
A byte value which represents the tag level at which the requested tag resides.
Removes an ImageXTag from the ImageXTagCollection.
Syntax
'Declaration
 
Public Sub RemoveTag( _
   ByVal TagNumber As Integer, _
   ByVal level As Byte _
) 
'Usage
 
Dim instance As ImageXTagCollection
Dim TagNumber As Integer
Dim level As Byte
 
instance.RemoveTag(TagNumber, level)
public void RemoveTag( 
   int TagNumber,
   byte level
)
public: void RemoveTag( 
   int TagNumber,
   byte level
) 
public:
void RemoveTag( 
   int TagNumber,
   byte level
) 

Parameters

TagNumber
An integer value which represents the number of the tag.
level
A byte value which represents the tag level at which the requested tag resides.
Remarks

This method is for multipage document formats such as TIFF and EXIF.

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback