Aspose::Pdf::OperatorCollection::Add método

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

Añade operadores al final de los operadores de contenido.

void Aspose::Pdf::OperatorCollection::Add(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ParámetroTipoDescripción
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Arreglo de operadores a añadir. Cada operador puede tener cualquier índice (por defecto -1) porque llegan al final de los operadores de contenido, es decir, los índices se asignan automáticamente.

Ver también

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

Agrega un nuevo operador a la colección.

void Aspose::Pdf::OperatorCollection::Add(const System::SharedPtr<Operator> &op) override
ParámetroTipoDescripción
opconst System::SharedPtr<Operator>&Operator que debe ser añadido

Ver también

OperatorCollection::Add(const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>>&) method

Añade a la colección todos los operadores de otra colección.

void Aspose::Pdf::OperatorCollection::Add(const System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>> &ops)
ParámetroTipoDescripción
opsconst System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<Operator>>>&colección que contiene operadores que serán añadidos.

Ver también