Class TextFormField
Represents a text form field.
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class TextFormField : FormField
Properties
Text
Gets or sets the text value of the text form field.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |