UpdateFields

WordProcessingOptions.UpdateFields property

Gets or sets a value determining if fields of certain types should be updated before saving the input WordProcessing document to the HTML, PDF, PNG, or JPEG output formats. Default value for this property is true — fields will be updated before saving.

public bool UpdateFields { get; set; }

Remarks

For details, see the documentation.

See Also