HiQPdf Documentation

PdfFormField Class

HiQPdf Client for .NET Core
A field in a PDF document form
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfFormField
    More...

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class PdfFormField

The PdfFormField type exposes the following members.

Constructors

  NameDescription
Public methodPdfFormField
Initializes a new instance of the PdfFormField class
Top
Properties

  NameDescription
Public propertyAction
The action to be performed when the field is activated, for example when a button field is clicked
Public propertyBoundingRectangle
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
Public propertyDefaultValue
The default value of the field to which the field reverts when a reset form action is executed
Public propertyExport
Indicates if field is exported by a submit form action. This property is true by default
Public propertyFlatten
Indicates if the field is flattened in the generated PDF document
Public propertyName
The field name
Public propertyParentForm
The parent form
Public propertyReadOnly
Indicates if the field is read only. This property is false by default
Public propertyRequired
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
Public propertyStyle
Gets or sets the PDF form field style
Public propertyToolTip
The field tooltip
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

Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfFormField
    HiQPdfClientPdfFormButton
    HiQPdfClientPdfFormCheckBox
    HiQPdfClientPdfFormComboBox
    HiQPdfClientPdfFormListBox
    HiQPdfClientPdfFormRadioButtonsGroup
    HiQPdfClientPdfFormTextBox