Aspose::Pdf::ArtifactCollection::Delete método
ArtifactCollection::Delete(const System::SharedPtr<Artifact>&) method
Elimina el artefacto especificado.
void Aspose::Pdf::ArtifactCollection::Delete(const System::SharedPtr<Artifact> &artifact)
| Parámetro | Tipo | Descripción |
|---|---|---|
| artifact | const System::SharedPtr<Artifact>& | Artifact que será eliminado. |
Ver también
- Typedef SharedPtr
- Class Artifact
- Class ArtifactCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
ArtifactCollection::Delete(int32_t) method
Elimina el artefacto por su índice.
void Aspose::Pdf::ArtifactCollection::Delete(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Índice del artefacto a eliminar. |
Ver también
- Class ArtifactCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++