Document.GetPageHistory Method

Aspose.Note for .NET API

DocumentGetPageHistory Method

Gets the PageHistory which contains full history for each page presented in a document (the earliest at index 0). The current page revision can be accessed as Current and contained separately from collection of historical versions.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public PageHistory GetPageHistory(
	Page page
)
Public Function GetPageHistory ( 
	page As Page
) As PageHistory
public:
PageHistory^ GetPageHistory(
	Page^ page
)
member GetPageHistory : 
        page : Page -> PageHistory 

Parameters

page
Type: Aspose.NotePage
The current revision of a page.

Return Value

Type: PageHistory
The PageHistory.
See Also