PageHistoryGetEnumerator Method |
Returns an enumerator that iterates through child nodes of the
PageHistory.
Namespace:
Aspose.Note
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxpublic 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