Aspose::Pdf::OperatorCollection::Replace metod

OperatorCollection::Replace method

Ersätt operatorer i samlingen med andra operatorer.

void Aspose::Pdf::OperatorCollection::Replace(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &operators)
ParameterTypBeskrivning
operatorsconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Operators lista som kommer att ersätta operatorer som för närvarande finns i samlingen. Varje operator i listan måste ha korrekt index i intervallet [1..N] där N är antalet operatorer i samlingen.

Se även