Aspose::Pdf::ArtifactCollection::Delete method

ArtifactCollection::Delete(int32_t) method

Deletes artifact by its index.

void Aspose::Pdf::ArtifactCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tIndex of artifact to delete.

See Also

ArtifactCollection::Delete(System::SharedPtr<Artifact>) method

Deletes specified artifact.

void Aspose::Pdf::ArtifactCollection::Delete(System::SharedPtr<Artifact> artifact)
ParameterTypeDescription
artifactSystem::SharedPtr<Artifact>Artifact which will be deleted.

See Also