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ámetro | Tipo | Descripción |
|---|---|---|
| operators | const 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
- Typedef SharedPtr
- Class IList
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++