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)
ParameterTypBeskrivning
artifactconst System::SharedPtr<Artifact>&Artifact som kommer att tas bort.

Se även

ArtifactCollection::Delete(int32_t) method

Tar bort artefakt efter dess index.

void Aspose::Pdf::ArtifactCollection::Delete(int32_t index)
ParameterTypBeskrivning
indexint32_tIndex för artefakt att ta bort.

Se även