PdfForm Class

The PDF document form class

Definition

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

Properties

Document The document to which this form belongs

Methods

AddButton(PdfPage, PdfFormButton) Adds an existing button in form
AddButton(PdfPage, RectangleFloat, String, PdfFont) Creates a button in form
AddCheckBox(PdfPage, PdfFormCheckBox) Adds an existing check box field in form
AddCheckBox(PdfPage, RectangleFloat) Creates a check box field in form
AddComboBox(PdfPage, PdfFormComboBox) Adds an existing combo box field in form
AddComboBox(PdfPage, RectangleFloat, String, PdfFont) Creates a combo box field in form
AddListBox(PdfPage, PdfFormListBox) Adds an existing list box field in form
AddListBox(PdfPage, RectangleFloat, String, PdfFont) Creates a list box field in form
AddRadioButtonsGroup(PdfPage) Creates a group of radio buttons in the form
AddRadioButtonsGroup(PdfPage, PdfFormRadioButtonsGroup) Adds an existing group of radio buttons in the form
AddTextBox(PdfPage, PdfFormTextBox) Adds an existing text box field in form
AddTextBox(PdfPage, RectangleFloat, String, PdfFont) Creates a text box field in form
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FlattenFields Flattens all the fields in the form
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also