I have a Word field which looks like this:
{ = { SECTION } -4 }
Just before saving the document, I issue
document.UpdateTableLayout();
document.UpdatePageLayout();
document.UpdateFields();
I have tried varying the order of the above, but it always ends up with the number “1” as the result of the field.
Is there something else that I have to do?
Thanks
I am using Aspose.Words Version 14.12.0.0