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
| Name | Type | Access | Description |
|---|---|---|---|
ArtifactCollection | ArtifactCollection | Read | Gets the artifact collection. |
Methods
| Signature | Description |
|---|---|
ArtifactCollection() → ArtifactCollection | Calls 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() → int | Calls Count on this ArtifactCollection instance. |