ArtifactCollectionGetEnumerator Method
Gets enumerator for the collection.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public IEnumerator<Artifact> GetEnumerator()

Return Value

Type: IEnumeratorArtifact
Enumerator object.

Implements

IEnumerableTGetEnumerator
See Also