Aspose::Pdf::ArtifactCollection::Delete metod
ArtifactCollection::Delete(const System::SharedPtr<Artifact>&) method
Tar bort specificerad artefakt.
void Aspose::Pdf::ArtifactCollection::Delete(const System::SharedPtr<Artifact> &artifact)
| Parameter | Typ | Beskrivning |
|---|---|---|
| artifact | const System::SharedPtr<Artifact>& | Artifact som kommer att tas bort. |
Se även
- Typedef SharedPtr
- Class Artifact
- Class ArtifactCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
ArtifactCollection::Delete(int32_t) method
Tar bort artefakt efter dess index.
void Aspose::Pdf::ArtifactCollection::Delete(int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int32_t | Index för artefakt att ta bort. |
Se även
- Class ArtifactCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++