OperatorCollection Class
Class represents collection of operators
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class OperatorCollection : BaseOperatorCollection

The OperatorCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAccept
Accepts IOperatorSelector visitor object to process operators.
Public methodCode exampleAdd(Operator)
Adds new operator into collection.
(Overrides BaseOperatorCollectionAdd(Operator).)
Public methodCode exampleAdd(Operator)
Add operators at the end of the contents operators.
Public methodAdd(ICollectionOperator)
Public methodCancelUpdate
Cancels last update. This method may be called when the change should not raise contents update.
(Overrides BaseOperatorCollectionCancelUpdate.)
Public methodCode exampleClear
Removes all operators from list.
(Overrides BaseOperatorCollectionClear.)
Public methodContains
Returns true if the collection contains given operator.
(Overrides BaseOperatorCollectionContains(Operator).)
Public methodCopyTo
Copies operators into operators list.
(Overrides BaseOperatorCollectionCopyTo(Operator, Int32).)
Public methodCode exampleDelete(Int32)
Deletes operator from collection.
Public methodCode exampleDelete(Operator)
Deletes operators from collection.
Public methodDelete(IListOperator)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetEnumerator
Returns enumerator for collection
(Overrides BaseOperatorCollectionGetEnumerator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleInsert(Int32, Operator)
Inserts operator into collection.
(Overrides BaseOperatorCollectionInsert(Int32, Operator).)
Public methodCode exampleInsert(Int32, Operator)
Insert operators at the the given position.
Public methodInsert(Int32, IListOperator)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Remove operator from the collection.
(Overrides BaseOperatorCollectionRemove(Operator).)
Public methodReplace
Public methodResumeUpdate
Resumes document update. Updates contents stream in case there are any pending changes.
(Overrides BaseOperatorCollectionResumeUpdate.)
Public methodSuppressUpdate
Suppresses update contents data. The contents stream is not updated until ResumeUpdate is called.
(Overrides BaseOperatorCollectionSuppressUpdate.)
Public methodToString
Returns text representation of the operator.
(Overrides ObjectToString.)
See Also