[]
Represents a collection of Warning objects. This is the type of the Warnings property on a C1PrintDocument.
public class WarningCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
WarningCollection() |
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
Name | Description |
---|---|
Add(Warning) | Adds a Warning object to the current collection. |