Aspose::Pdf::OperatorCollection::Delete method

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)
ParameterTypeDescription
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Array of operators to delete

See Also

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)
ParameterTypeDescription
listconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&The list of operators to delete

See Also

OperatorCollection::Delete(int32_t) method

Deletes operator from collection.

void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tIndex of operator which must be deleted. Operators numbering starts from 1.

See Also