Aspose::Pdf::OutlineItemCollection::GetEnumerator method

OutlineItemCollection::GetEnumerator method

Returns an enumerator that iterates through the collection.

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<OutlineItemCollection>>> Aspose::Pdf::OutlineItemCollection::GetEnumerator() override

ReturnValue

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

Remarks

System.Collections.IEnumerator****System.Collections.IEnumerable.GetEnumerator() { return new OutlineCollection.OutlinesEnumerator(EngineDict, document); }

Returns an enumerator that iterates through the collection.

See Also