PdfFormFieldDefaultValue Property
The default value of the field to which the field reverts when a reset form action is executed
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public Object DefaultValue { get; set; }
Public Property DefaultValue As Object
Get
Set
public:
property Object^ DefaultValue {
Object^ get ();
void set (Object^ value);
}
member DefaultValue : Object with get, set
Property Value
Object