Gets or set the default value of the field.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Property Value

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

Implements

IPdfTextBoxField..::..DefaultValue

See Also