Click or drag to resize

IDocument IsUpdateFields Property

Gets or sets a value indicating whether to update fields in the document. On the moment only DOCVARIABLE fields can be updated.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
bool IsUpdateFields { get; set; }

Property Value

Type: Boolean
if update fields, set to true .
See Also