Aspose::Pdf::OperatorCollection::Insert método

OperatorCollection::Insert(int32_t, const System::ArrayPtr<System::SharedPtr<Operator>>&) method

Inserta operadores en la posición indicada.

void Aspose::Pdf::OperatorCollection::Insert(int32_t at, const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ParámetroTipoDescripción
atint32_tÍndice desde el cual se comienzan a insertar los operadores.
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Arreglo de operadores a insertar. Cada operador puede tener cualquier índice (por defecto -1) porque sus índices se ajustan automáticamente comenzando desde at.

Ver también

OperatorCollection::Insert(int32_t, const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&) method

Inserta operadores en la posición indicada.

void Aspose::Pdf::OperatorCollection::Insert(int32_t at, const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &ops)
ParámetroTipoDescripción
atint32_tÍndice desde el cual se comienzan a insertar los operadores.
opsconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Arreglo de operadores a insertar.

Ver también

OperatorCollection::Insert(int32_t, System::SharedPtr<Operator>) method

Inserta el operador en la colección.

void Aspose::Pdf::OperatorCollection::Insert(int32_t index, System::SharedPtr<Operator> op) override
ParámetroTipoDescripción
índiceint32_tÍndice donde se debe agregar el nuevo operador
opSystem::SharedPtr<Operator>Operator que será insertado

Ver también