Aspose::Pdf::OperatorCollection::Delete método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| ops | const System::ArrayPtr<System::SharedPtr<Operator>>& | Array de operadores a eliminar |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| lista | const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>& | La lista de operadores a eliminar |
Ver también
- Typedef SharedPtr
- Class IList
- Class Operator
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OperatorCollection::Delete(int32_t) method
Elimina el operador de la colección.
void Aspose::Pdf::OperatorCollection::Delete(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int32_t | Índice del operador que debe eliminarse. La numeración de Operators comienza en 1. |
Ver también
- Class OperatorCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++