Aspose::Pdf::OperatorCollection::Delete method

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

OperatorCollection::Delete(System::ArrayPtr<System::SharedPtr<Operator>>) method

Deletes operators from collection.

void Aspose::Pdf::OperatorCollection::Delete(System::ArrayPtr<System::SharedPtr<Operator>> ops)
ParameterTypeDescription
opsSystem::ArrayPtr<System::SharedPtr<Operator>>Array of operators to delete

See Also

OperatorCollection::Delete(System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>) method

Deletes operators from collection.

void Aspose::Pdf::OperatorCollection::Delete(System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> list)
ParameterTypeDescription
listSystem::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>The list of operators to delete

See Also