Gets or Set value of the text box 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 Text { get; set; }
Property Text As String
	Get
	Set
property String^ Text {
	String^ get ();
	void set (String^ value);
}
abstract Text : string with get, set

Property Value

String
A string value representing the value of the item.

See Also