Click or drag to resize

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
public bool PreserveFormFields { get; set; }

Property Value

Type: Boolean
true if form field values should be retained; otherwise, false .
See Also