Aspose::Pdf::OperatorCollection::Replace método

OperatorCollection::Replace method

Reemplaza los operadores en la colección con otros operadores.

void Aspose::Pdf::OperatorCollection::Replace(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &operators)
ParámetroTipoDescripción
operatorsconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Operators lista que reemplazará los operadores actualmente contenidos en la colección. Cada operador de la lista debe tener un índice correcto en el rango [1..N] donde N es el número de operadores en la colección.

Ver también