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 IsUpdateFields As Boolean
Get
Set
property bool IsUpdateFields {
bool get ();
void set (bool value);
}
abstract IsUpdateFields : bool with get, set
Property Value
Type:
Boolean
if update fields, set to
true
.
See Also