Click or drag to resize

PdfTextBoxField Class

Represents a text field that is a box or space in which the user can enter text from the keyboard.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfField
    Patagames.Pdf.Net.AcroFormsPdfTextBoxField

Namespace:  Patagames.Pdf.Net.AcroForms
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfTextBoxField : PdfField

The PdfTextBoxField type exposes the following members.

Constructors
  NameDescription
Public methodPdfTextBoxField
Create new textbox field and add it into interactive forms.
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets a code specifying the form of justification to be used in displaying the text.
Public propertyComb
Gets or sets a comb flag.
Public propertyDoNotScroll
Gets or sets a flag indicating whether the text entered in the field can be scrolled or not.
Public propertyDoNotSpellCheck
Gets or sets a flag indicating whether the text entered in the field should be spell-checked or not.
Public propertyFileSelect
Gets or sets a flag indicating whether the text entered in the field represents the pathname of a file
Public propertyIsRichText
Gets or sets a flag indicating whether the text field contains a rich text string.
Public propertyMaxLen
Gets or sets the maximum length of the field’s text, in characters.
Public propertyMultiline
Gets or sets a flag indicating whether the text field is multiline.
Public propertyPassword
Gets or sets a flag indicating whether the text field is intended for entering a secure password.
Public propertyRichText
Gets a rich text string
Top
See Also