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
Syntax
public IEnumerator<Page> GetEnumerator()

Return Value

Type: IEnumeratorPage
The IEnumerator.

Implements

IEnumerableTGetEnumerator
See Also