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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic Object DefaultValue { get; set; }Public Property DefaultValue As Object
Get
Set
Property Value
Object
The default value to which the field reverts when a reset-form action is executed.
See Also