CharInfoCollection

CharInfoCollection

Overview

CharInfoCollection is a class in Aspose.PDF FOSS for .NET. Inherits from: System.Collections.Generic.IEnumerable<CharInfo>.

Collection of CharInfo entries — supports the public surface used by TextSegment.Characters but stays empty by default.

This class provides 6 methods for working with CharInfoCollection objects in .NET programs. Available methods include: Add, Clear, Contains, CopyTo, GetEnumerator, Remove. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count, IsReadOnly, IsSynchronized, SyncRoot.

Properties

NameTypeAccessDescription
CountintReadGets the count.
IsReadOnlyboolReadGets the is read only.
IsSynchronizedboolReadGets the is synchronized.
SyncRootobjectReadGets the sync root.

Methods

SignatureDescription
Add(item: CharInfo)Calls Add on this CharInfoCollection instance.
Clear()Calls Clear on this CharInfoCollection instance.
Contains(item: CharInfo)Calls Contains on this CharInfoCollection instance.
CopyTo(array: CharInfo[], index: int)Calls CopyTo on this CharInfoCollection instance.
Remove(item: CharInfo)Calls Remove on this CharInfoCollection instance.
GetEnumerator()Calls GetEnumerator on this CharInfoCollection instance.

See Also