Pdf | |
The PdfFormFieldTextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayPage |
Field page index (zero-based).
(Inherited from PdfFormField) | |
| DisplayRectangle |
Field rectangle.
(Inherited from PdfFormField) | |
| DivideText | Gets or sets a value indicating whether the field text should be divided into equally spaced positions (also called combs). Meaningful only if MaxLength is set and the field is single-line, not a password, and not a file-select field. Setting this to true on a multiline, password, or file-select field clears those conflicting flags so the combs setting actually takes effect. | |
| Flatten |
Gets or sets a value indicating whether to flatten this form field or not.
(Inherited from PdfFormField) | |
| FullName |
Fully qualified name of the pdf form field.
(Inherited from PdfFormField) | |
| MaxLength | Gets or sets the maximum length of the field in characters. Zero means no limit. Negative values are clamped to zero so the saved PDF stays spec-compliant. | |
| Name |
Name of the pdf form field.
(Inherited from PdfFormField) | |
| ReadOnly |
Gets or sets a value indicating whether the field is read-only or not.
(Inherited from PdfFormField) | |
| Text | Gets or sets the value of the text box field. | |
| Widgets |
The collection of widgets associated with the pdf field.
(Inherited from PdfFormField) |