PdfFormTextBox Class

A noteText box in a PDF form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfFormTextBox : PdfFormField
Inheritance
Object    PdfFormField    PdfFormTextBox

Constructors

PdfFormTextBox Creates a noteText box form field

Properties

Action The action to be performed when the field is activated, for example when a button field is clicked
(Inherited from PdfFormField)
BoundingRectangle The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField)
DefaultValue The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField)
Export Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField)
Flatten Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField)
Font The noteText box font
IsMultiLine Indicates if the noteText box is multiline. This property is false by default
IsPassword Indicates if this noteText box is used to enter a password. This property is false by default
MaxLength The maximum length of the field noteText in characters
Name The field name
(Inherited from PdfFormField)
ParentForm The parent form
(Inherited from PdfFormField)
ReadOnly Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField)
Required Indicates if the field should have a value at the time it is exported by a submit form action. This property is false by default
(Inherited from PdfFormField)
Style Gets or sets the PDF form field style
(Inherited from PdfFormField)
Text The noteText displayed in the noteText box
ToolTip The field tooltip
(Inherited from PdfFormField)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also