FormFieldDataValueOrDefault Property |
Gets the value of this form field explicitly set by the user or default value,
if value was not explicitly set.
Type of the value depends on form field type as explained in remarks.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public Object ValueOrDefault { get; }
Public ReadOnly Property ValueOrDefault As Object
Get
Property Value
ObjectSee Also