PdfCompositeField
Text Property
|
Gets or sets the text.
Namespace:
Spire.Pdf.AutomaticFields
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:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
Type:
String
The wide-character string to be drawn.
See Also