Aspose.Note for .Net
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

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: IEnumeratorPageThe IEnumerator.
Implements
IEnumerableTGetEnumerator