ArtifactCollection.Delete
Delete(Artifact)
Deletes specified artifact.
public void Delete(Artifact artifact)
| Parameter | Type | Description |
|---|---|---|
| artifact | Artifact | Artifact which will be deleted. |
See Also
- class Artifact
- class ArtifactCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete(int)
Deletes artifact by its index.
public void Delete(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Index of artifact to delete. |
See Also
- class ArtifactCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF