DocumentUnlinkFields Method |
Namespace: Aspose.Words
Replaces all the fields in the whole document with their most recent results.
To unlink fields in a specific part of the document use UnlinkFields.
Document doc = new Document(MyDir + "Linked fields.docx"); doc.UnlinkFields();