Aspose::Pdf::OperatorCollection::Replace method

OperatorCollection::Replace method

Replace operators in collection with other operators.

void Aspose::Pdf::OperatorCollection::Replace(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &operators)
ParameterTypeDescription
operatorsconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Operators list which will replace operators currently contained in the collection. Eash operator from the list must have correct index in range [1..N] where N is count of operators in the collection

See Also