OutlineCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorOutlineItemCollection
An System.Collections.IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also