Gets or Set value of the text box field.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public string Text { get; set; }
Public Property Text As String Get Set
public: virtual property String^ Text { String^ get () sealed; void set (String^ value) sealed; }
abstract Text : string with get, set override Text : string with get, set
Property Value
StringA string value representing the value of the item.