Click or drag to resize
Pdf Library for .NET

PdfFormFieldTextBox Class

Class for a pdf form text box field.
Inheritance Hierarchy
SystemObject
  SelectPdf.FormsPdfFormField
    SelectPdf.FormsPdfFormFieldTextBox

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
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 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 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
Methods
 NameDescription
Public methodSetFont(Byte) Set font.
Public methodSetFont(String) Set font.
Public methodSetFont(Byte, String) Set font with encoding.
Public methodSetFont(String, String) Set font with encoding.
Public methodSetFontSize Set font size.
Public methodSetFontSizeAuto Force font in this field to resize to scale the content.
Top
See Also