Table of Contents

WordProcessingInputOptions.UpdateFields Property

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

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

public bool UpdateFields { get; set; }

Property Value

bool