BaseOperatorCollection

BaseOperatorCollection

Overview

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

Standalone operator-list class — surface mirrors OperatorCollection but is detached from any page.

This class provides 10 methods for working with BaseOperatorCollection objects in .NET programs. Available methods include: Add, CancelUpdate, Clear, Contains, CopyTo, GetEnumerator, Insert, Remove, ResumeUpdate, SuppressUpdate. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count, IsFastTextExtractionMode, IsReadOnly.

Properties

NameTypeAccessDescription
CountintReadGets the count.
IsReadOnlyboolReadGets the is read only.
IsFastTextExtractionModeboolReadWhether the absorber is operating in fast-text-extraction mode (stored only).

Methods

SignatureDescription
Add(op: Operator)Calls Add on this BaseOperatorCollection instance.
Clear()Calls Clear on this BaseOperatorCollection instance.
Contains(item: Operator)Calls Contains on this BaseOperatorCollection instance.
CopyTo(array: Operator[], index: int)Calls CopyTo on this BaseOperatorCollection instance.
Insert(index: int, op: Operator)Calls Insert on this BaseOperatorCollection instance.
Remove(item: Operator)Calls Remove on this BaseOperatorCollection instance.
SuppressUpdate()Suspend any deferred-update bookkeeping.
ResumeUpdate()Resume deferred-update bookkeeping.
CancelUpdate()Cancel any pending deferred update.
GetEnumerator()Calls GetEnumerator on this BaseOperatorCollection instance.

See Also