LoadOptions.LoadHistory Property

Aspose.Note for .NET API

LoadOptionsLoadHistory Property

Gets or sets a value indicating whether a document loader should ignore the history. Use this option to decrease memory and CPU usage. Default value is true.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool LoadHistory { get; set; }
Public Property LoadHistory As Boolean
	Get
	Set
public:
property bool LoadHistory {
	bool get ();
	void set (bool value);
}
member LoadHistory : bool with get, set

Property Value

Type: Boolean
See Also