PageHistory.Current Property

Aspose.Note for .NET API

PageHistoryCurrent Property

Gets the current page version.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Page Current { get; }
Public ReadOnly Property Current As Page
	Get
public:
property Page^ Current {
	Page^ get ();
}
member Current : Page with get

Property Value

Type: Page
See Also