BaseOperatorCollection Class |
Namespace: Aspose.Pdf
The BaseOperatorCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseOperatorCollection | Initializes a new instance of the BaseOperatorCollection class |
Name | Description | |
---|---|---|
![]() | Count |
Gets count of operators in the collection.
|
![]() | IsFastTextExtractionMode |
Indicates wheather collection is limited to fast text extraction
|
![]() | IsReadOnly |
Returns true if collection is read only.
|
![]() | Item |
Gets operator by its index.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds new operator into collection.
|
![]() | CancelUpdate |
Cancels last update.
This method may be called when the change should not raise contents update.
|
![]() | Clear |
Clears collection.
|
![]() | Contains | |
![]() | CopyTo |
Copies operators into operators list.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns enumerator for collection
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Insert |
Inserts operator into collection.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes operator from collection.
|
![]() | ResumeUpdate |
Resumes document update.
Updates contents stream in case there are any pending changes.
|
![]() | SuppressUpdate |
Suppresses update contents data.
The contents stream is not updated until ResumeUpdate is called.
|
![]() | ToString | (Inherited from Object.) |