DocFields Property

Field variable definitions for resolving field codes.

Field definitions are values that can be can be used as a data source when saving a rendered output. They do not reflect the current value of fields within a docx.

You should place your data in this structure and then at the point of render, should fields be found, appropriate values will be pulled from this property.

Use MS Word or similar tools to determine what fields are in your particular document.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public IDictionary<string, string> Fields { get; }

Property Value

Type: IDictionaryString, String
See Also