PageHistory.Count Property

Aspose.Note for .NET API

PageHistoryCount Property

Gets the count of the page versions in the page history.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}
abstract Count : int with get
override Count : int with get

Property Value

Type: Int32

Implements

ICollectionTCount
See Also