Hi,
How can I do to get fieldvalues of a word document.
I have try some script but nothing it are correctly.
example script:
WordDocument document = new WordDocument(@"C:\Temp\Template.docx", FormatType.Docx);
WField Fields = new WField(document);
var Value = Fields.FieldValue;
If I use this code the value of the FieldValue and "" but if I open the structural information of the document and navigate:
"document.Fields.Innerlist"
The list of Fields appears.