HiQPdf Documentation

PdfForm Class

HiQPdf Client for .NET Core
The PDF document form class
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfForm

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

public class PdfForm

The PdfForm type exposes the following members.

Properties

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

  NameDescription
Public methodAddButton(PdfPage, PdfFormButton)
Adds an existing button in form
Public methodAddButton(PdfPage, RectangleFloat, String, PdfFont)
Creates a button in form
Public methodAddCheckBox(PdfPage, PdfFormCheckBox)
Adds an existing check box field in form
Public methodAddCheckBox(PdfPage, RectangleFloat)
Creates a check box field in form
Public methodAddComboBox(PdfPage, PdfFormComboBox)
Adds an existing combo box field in form
Public methodAddComboBox(PdfPage, RectangleFloat, String, PdfFont)
Creates a combo box field in form
Public methodAddListBox(PdfPage, PdfFormListBox)
Adds an existing list box field in form
Public methodAddListBox(PdfPage, RectangleFloat, String, PdfFont)
Creates a list box field in form
Public methodAddRadioButtonsGroup(PdfPage)
Creates a group of radio buttons in the form
Public methodAddRadioButtonsGroup(PdfPage, PdfFormRadioButtonsGroup)
Adds an existing group of radio buttons in the form
Public methodAddTextBox(PdfPage, PdfFormTextBox)
Adds an existing text box field in form
Public methodAddTextBox(PdfPage, RectangleFloat, String, PdfFont)
Creates a text box field in form
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 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