BaseOperatorCollection Class
Represents base class for operator collection.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class BaseOperatorCollection : ICollection<Operator>, 
	IEnumerable<Operator>, IEnumerable

The BaseOperatorCollection type exposes the following members.

Constructors
  NameDescription
Protected methodBaseOperatorCollection
Initializes a new instance of the BaseOperatorCollection class
Properties
  NameDescription
Public propertyCount
Gets count of operators in the collection.
Public propertyIsFastTextExtractionMode
Indicates wheather collection is limited to fast text extraction
Public propertyIsReadOnly
Returns true if collection is read only.
Public propertyItem
Gets operator by its index.
Methods
  NameDescription
Public methodAdd
Adds new operator into collection.
Public methodCancelUpdate
Cancels last update. This method may be called when the change should not raise contents update.
Public methodClear
Clears collection.
Public methodContains
Public methodCopyTo
Copies operators into operators list.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns enumerator for collection
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts operator into collection.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes operator from collection.
Public methodResumeUpdate
Resumes document update. Updates contents stream in case there are any pending changes.
Public methodSuppressUpdate
Suppresses update contents data. The contents stream is not updated until ResumeUpdate is called.
Public methodToString (Inherited from Object.)
See Also