ToPdfParameterList
UpdateFields Property
|
Gets or sets a value indicating whether to change the fields before
saving the document when using the new engine.
The default value is true.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool UpdateFields { get; set; }
Public Property UpdateFields As Boolean
Get
Set
public:
property bool UpdateFields {
bool get ();
void set (bool value);
}
member UpdateFields : bool with get, set
Property Value
Type:
Boolean
See Also