Aspose::Pdf::OperatorCollection::Delete método

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

Elimina los operadores de la colección.

void Aspose::Pdf::OperatorCollection::Delete(const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ParámetroTipoDescripción
opsconst System::ArrayPtr<System::SharedPtr<Operator>>&Array de operadores a eliminar

Ver también

OperatorCollection::Delete(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&) method

Elimina los operadores de la colección.

void Aspose::Pdf::OperatorCollection::Delete(const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &list)
ParámetroTipoDescripción
listaconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&La lista de operadores a eliminar

Ver también

OperatorCollection::Delete(int32_t) method

Elimina el operador de la colección.

void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
ParámetroTipoDescripción
indexint32_tÍndice del operador que debe eliminarse. La numeración de Operators comienza en 1.

Ver también