EVO HTML to PDF Converter

PdfFormTextBox Class

EVO PDF Client for .NET Core Documentation
Represents a text box in a PDF form
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientPdfFormField
    EvoPdf.HtmlToPdfClientPdfFormTextBox

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public class PdfFormTextBox : PdfFormField

The PdfFormTextBox type exposes the following members.

Constructors

  NameDescription
Public methodPdfFormTextBox
Constructs a text box form field
Top
Properties

  NameDescription
Public propertyAction
The action to be performed when the field is activated
(Inherited from PdfFormField.)
Public propertyBoundingRectangle
Gets or sets the PDF form field control box in PDF page with the dimensions expressed in points
(Inherited from PdfFormField.)
Public propertyDefaultValue
Gets or sets the default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField.)
Public propertyExport
Gets or sets a flag indicating if the field is exported by a submit form action. The default value of the property is true
(Inherited from PdfFormField.)
Public propertyFlatten
Gets or sets a flag indicating if the form field is flattened. The default value of the property is false
(Inherited from PdfFormField.)
Public propertyFont
Gets or sets the PDF form text box font
Public propertyIsMultiLine
A flag indicating if the text box is multiline. This property is false by default
Public propertyIsPassword
A flag indicating if this text box is used to enter a password. This property is false by default
Public propertyMaxLength
Gets or sets the maximum length of the field text in characters
Public propertyName
Gets or sets the PDF form field name
(Inherited from PdfFormField.)
Public propertyParentForm
Gets the field parent form
(Inherited from PdfFormField.)
Public propertyReadOnly
Gets or sets a flag indicating if the field is read only. The default value of the property is false
(Inherited from PdfFormField.)
Public propertyRequired
Gets or sets a flag indicating if the field should have a value at the time it is exported by a submit form action. The default value of the property is false
(Inherited from PdfFormField.)
Public propertyStyle
Gets or sets the PDF form field style
(Inherited from PdfFormField.)
Public propertyText
Gets or sets the text box initial text
Public propertyToolTip
Gets or sets the PDF form field tooltip
(Inherited from PdfFormField.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference