Class TextField
Represents a text field.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public class TextField : Field, IField
Remarks
A text field is a box where textual data is to be filled. The text could be on a single line or on multiple lines.
Properties
| Name | Description |
|---|---|
| DoNotScroll | True if the field shall not scroll. |
| DoNotSpellCheck | True if entered text shall not be spell checked. |
| IsFileSelect | True if the field is intended for entering path to files else false. |
| IsMultiLine | True if the text may span multiple lines else false. |
| IsPassword | True if the field is intended for entering passwords else false. |
| MaxLen | The maximum length of text, in characters. |
| Text | The text. |
| TextAppearance | The appearance of the text. |
Methods
| Name | Description |
|---|---|
| SetTextAsync(String) | Sets the text. |