Wrong Page Count since Words 21.7 in C#

Hi,

The page count should be 2, but it got 3 now.

Using SDK: Aspose.Words for .Net 24.5
Tested OSs were Win7 and Win10
.NET target platform is .net 6.0

Using file:
登记表样本.7z (16.5 KB)

Test code:

var opt = new Aspose.Words.Loading.LoadOptions();
opt.LanguagePreferences.DefaultEditingLanguage = Aspose.Words.Loading.EditingLanguage.ChinesePRC;
var doc = new Aspose.Words.Document("登记表样本.docx", opt);
// MS Word and aspoe.words 21.6 get 2,sinace sdk 21.7, it's 3
Console.WriteLine(doc.PageCount);

@kngstr
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-27040

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.