Aspose::Pdf::OperatorCollection::Delete method
Contents
[
Hide
]OperatorCollection::Delete(const System::ArrayPtr<System::SharedPtr<Operator>>&) method
Deletes operators from collection.
void Aspose::Pdf::OperatorCollection::Delete(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
| Parameter | Type | Description |
|---|---|---|
| ops | const System::ArrayPtr<System::SharedPtr<Operator>>& | Array of operators to delete |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OperatorCollection::Delete(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&) method
Deletes operators from collection.
void Aspose::Pdf::OperatorCollection::Delete(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &list)
| Parameter | Type | Description |
|---|---|---|
| list | const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>& | The list of operators to delete |
See Also
- Typedef SharedPtr
- Class IList
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OperatorCollection::Delete(int32_t) method
Deletes operator from collection.
void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Index of operator which must be deleted. Operators numbering starts from 1. |
See Also
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++