Método Aspose::Pdf::BaseOperatorCollection::Insert

BaseOperatorCollection::Insert method

Inserta el operador en la colección.

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

Ver también