Aspose::Pdf::OperatorCollection::Delete method
Содержание
[
Скрывать
]OperatorCollection::Delete(const System::ArrayPtr<System::SharedPtr<Operator>>&) method
Удаляет операторы из коллекции.
void Aspose::Pdf::OperatorCollection::Delete(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
| Параметр | Тип | Описание |
|---|---|---|
| операции | const System::ArrayPtr<System::SharedPtr<Operator>>& | Массив операторов для удаления |
См. также
- 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
Удаляет операторы из коллекции.
void Aspose::Pdf::OperatorCollection::Delete(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &list)
| Параметр | Тип | Описание |
|---|---|---|
| список | const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>& | Список операторов для удаления |
См. также
- Typedef SharedPtr
- Class IList
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OperatorCollection::Delete(int32_t) method
Удаляет оператор из коллекции.
void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
| Параметр | Тип | Описание |
|---|---|---|
| index | int32_t | Индекс оператора, который должен быть удалён. Operators нумерация начинается с 1. |
См. также
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++