Document.DetectLayoutChanges Method

Aspose.Note for .NET API

DocumentDetectLayoutChanges Method

Detects all changes made to the document layout since the previous DetectLayoutChanges call. In case AutomaticLayoutChangesDetectionEnabled set to true, used automatically in the beginning of document export.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public void DetectLayoutChanges()
Public Sub DetectLayoutChanges
public:
void DetectLayoutChanges()
member DetectLayoutChanges : unit -> unit 
See Also