HiQPdf Documentation

PdfForm Class

Quickly Create High Quality PDFs
The PDF document form class
Inheritance Hierarchy

SystemObject
  HiQPdfPdfForm

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfForm

The PdfForm type exposes the following members.

Properties

  NameDescription
Public propertyDocument
The document to which this form belongs
Public propertyFields
The form fields collection
Top
Methods

  NameDescription
Public methodAddButton
Creates a button in form
Public methodAddCheckBox
Creates a check box field in form
Public methodAddComboBox
Creates a combo box field in form
Public methodAddListBox
Creates a list box field in form
Public methodAddRadioButtonsGroup
Creates a group of radio buttons in the form
Public methodAddTextBox
Creates a text box field in form
Public methodCreateFieldStyle
Creates a form field style object
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 methodFlattenFields
Flattens all the fields in the form
Public methodGetHashCode
Serves as a hash function for a particular type.
(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