WarningInfoCollection

WarningInfoCollection

Overview

WarningInfoCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IWarningCallback, IEnumerable<WarningInfo>.

Represents a typed collection of WarningInfo objects.

This class provides 3 methods for working with WarningInfoCollection objects in .NET programs. Available methods include: Clear, GetEnumerator, Warning. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of elements contained in the collection.

Methods

SignatureDescription
GetEnumerator()Returns an enumeratoriteratorenumerator object that can be used to iterate over all items in the collection.
Clear()Removes all elements from the collection.
Warning(info: WarningInfo)Implements the IWarningCallback interface.

See Also