ArtifactCollection

ArtifactCollection

Overview

ArtifactCollection is a class in Aspose.PDF FOSS for C++.

This class provides 7 methods for working with ArtifactCollection objects in C++ programs. Available methods include: Add, ArtifactCollection, Count, Delete, Update. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package. Accessor methods: ArtifactCollection.

Accessor Methods

NameTypeAccessDescription
ArtifactCollectionArtifactCollectionReadGets the artifact collection.

Methods

SignatureDescription
ArtifactCollection()ArtifactCollectionCalls ArtifactCollection on this ArtifactCollection instance.
ArtifactCollection()
Add(artifact: Artifact)Calls Add(artifact) on this ArtifactCollection instance.
Delete(index: int)Calls Delete(index) on this ArtifactCollection instance.
Delete(artifact: Artifact)Calls Delete(artifact) on this ArtifactCollection instance.
Update(artifact: Artifact)Calls Update(artifact) on this ArtifactCollection instance.
Count()intCalls Count on this ArtifactCollection instance.

See Also