Background:
we were using the version 21.5.0 of Aspose.Words
i want to get all pages which have node beyond the right indent。
i had get some properties below firstly。
page height:841.9 , page width:595.3 ,left margin…... Here are the code and document i used。 Program.zip (2.1 KB)...code like this: Document doc = new Document(@"C:\Temp\table.docx");...