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>>&Массив операторов для удаления

См. также

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>>>&Список операторов для удаления

См. также

OperatorCollection::Delete(int32_t) method

Удаляет оператор из коллекции.

void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
ПараметрТипОписание
indexint32_tИндекс оператора, который должен быть удалён. Operators нумерация начинается с 1.

См. также