PageHistory.IsReadOnly Property

Aspose.Note for .NET API

PageHistoryIsReadOnly Property

Gets a value indicating whether the page history is read only.

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

Property Value

Type: Boolean

Implements

ICollectionTIsReadOnly
See Also