Document.AutomaticLayoutChangesDetectionEnabled Property

Aspose.Note for .NET API

DocumentAutomaticLayoutChangesDetectionEnabled Property

Gets or sets a value indicating whether Aspose.Note performs detection of layout changes automatically. Default value is true.

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

Property Value

Type: Boolean
See Also