PageHistory.GetEnumerator Method

Aspose.Note for .NET API

PageHistoryGetEnumerator Method

Returns an enumerator that iterates through child nodes of the PageHistory.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public IEnumerator<Page> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Page)
public:
virtual IEnumerator<Page^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Page> 
override GetEnumerator : unit -> IEnumerator<Page> 

Return Value

Type: IEnumeratorPage
The IEnumerator.

Implements

IEnumerableTGetEnumerator
See Also