| 
ToPdfParameterList
PreserveFormFields Property
  | 
 Indicates whether form field values should be preserved after operations.
Default is
 
false
 
 .
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool PreserveFormFields { get; set; }
 
Public Property PreserveFormFields As Boolean
	Get
	Set
 
public:
property bool PreserveFormFields {
	bool get ();
	void set (bool value);
}
 
member PreserveFormFields : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
true
 
 if form field values should be retained; otherwise,
 
false
 
 .
 
 See Also
See Also