Gets or set the default value of the field.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
string DefaultValue { get; set; }
Property DefaultValue As String
	Get
	Set
property String^ DefaultValue {
	String^ get ();
	void set (String^ value);
}
abstract DefaultValue : string with get, set

Property Value

String
A string value representing the default value of the item.

See Also