I have a document, when i invoke UpdatePageLayout(), it throw a Exction:System.InvalidOperationException: Infinite loop detected.
var doc = new Aspose.Words.Document(@"D:\default.docx");
doc.UpdatePageLayout();
the document:default.docx (5.9 MB)
the screenshot: