C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / WarningCollection Class / Add Method
The warning to add.

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

Parameters

item
The warning to add.

Return Value

The index of the added object in the current collection.
See Also