[]
Represents a text input box.
public class PdfTextBox : PdfTextFieldBase
| Name | Description |
|---|---|
| PdfTextBox() | Initializes a new instance of the PdfTextBox class. |
| Name | Description |
|---|---|
| Alignment | Gets or sets the text alignment of the current PdfTextBox. |
| IsFileSelect | Gets or set a value indicating whether the current PdfTextBox is used to enter file names. |
| IsMultiline | Gets or set a value indicating whether the current PdfTextBox is multiline. |
| IsPassword | Gets or set a value indicating whether the current PdfTextBox is used for password input. |
| IsScroll | Gets or set a value indicating whether the current PdfTextBox supports text scrolling. |
| MaxLength | Gets or set the maximum length of the current PdfTextBox. |