Gets or sets a value indicating whether to update fields in the document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsUpdateFields { get; set; }
Public Property IsUpdateFields As Boolean
	Get
	Set
public:
virtual property bool IsUpdateFields {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract IsUpdateFields : bool with get, set
override IsUpdateFields : bool with get, set

Property Value

Boolean

Implements

IDocument..::..IsUpdateFields

See Also