WordProcessingInputOptionsUpdateFields Property
Gets or sets a value indicating if fields should be updated before the document is rendered/converted.
The default is true.
When set to true, it will mimic default "Save as PDF" or "Print" behaviour in Microsoft Word.
For example, if you see "Error! Reference Source Not Found" messages instead of clickable links
in the rendered document, you can set this to false (until you actually fix reference errors in your document).
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public bool UpdateFields { get; set; }
Public Property UpdateFields As Boolean
Get
Set
Property Value
Boolean