PdfTextBoxField
Text Property
|
Gets or sets the text.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
String
The text of the text box field.
Implements
IPdfTextBoxField
Text
See Also