Click or drag to resize

PdfFieldDefaultValue Property

(Optional; inheritable) The default value to which the field reverts when a reset-form action is executed. The format of this value is the same as that of Value.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public Object DefaultValue { get; set; }

Property Value

Object
The default value to which the field reverts when a reset-form action is executed.
See Also