Aspose::Pdf::OperatorCollection::Delete metod

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

Raderar operatorer från samlingen.

void Aspose::Pdf::OperatorCollection::Delete(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ParameterTypBeskrivning
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Array med operatorer att ta bort

Se även

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

Raderar operatorer från samlingen.

void Aspose::Pdf::OperatorCollection::Delete(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &list)
ParameterTypBeskrivning
listaconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Listan med operatorer att ta bort

Se även

OperatorCollection::Delete(int32_t) method

Raderar operator från samlingen.

void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
ParameterTypBeskrivning
indexint32_tIndex för operator som måste tas bort. Operators numrering börjar från 1.

Se även