C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagCollection Class / Add Method
The object to add.

In This Topic
Add Method (TagCollection)
In This Topic
Adds a Tag object to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal tag As Tag _
) As Integer
 

Parameters

tag
The object to add.

Return Value

The index of the newly added object.
See Also