C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TagCollection Class / Remove Method
The object to remove.

In This Topic
Remove Method (TagCollection)
In This Topic
Removes a Tag object from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal tag As Tag _
) 
 

Parameters

tag
The object to remove.
See Also