Click or drag to resize
Pdf Library for .NET

PdfFormFieldTextBox Class

Class for a pdf form text box field.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfFormField
    SelectPdfPdfFormFieldTextBox

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public class PdfFormFieldTextBox : PdfFormField

The PdfFormFieldTextBox type exposes the following members.

Properties
 NameDescription
Public propertyDisplayPage Field page index (zero-based).
(Inherited from PdfFormField)
Public propertyDisplayRectangle Field rectangle.
(Inherited from PdfFormField)
Public propertyDivideText 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.
Public propertyFlatten Gets or sets a value indicating whether to flatten this form field or not.
(Inherited from PdfFormField)
Public propertyFullName Fully qualified name of the pdf form field.
(Inherited from PdfFormField)
Public propertyMaxLength 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.
Public propertyName Name of the pdf form field.
(Inherited from PdfFormField)
Public propertyReadOnly Gets or sets a value indicating whether the field is read-only or not.
(Inherited from PdfFormField)
Public propertyText Gets or sets the value of the text box field.
Public propertyWidgets The collection of widgets associated with the pdf field.
(Inherited from PdfFormField)
Top
See Also