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).

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public bool UpdateFields { get; set; }

Property Value

Boolean

See Also