PdfForm Class

The PDF document form class

Definition

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

Properties

Document The document to which this form belongs
Fields The form fields collection

Methods

AddButton Creates a button in form
AddCheckBox Creates a check box field in form
AddComboBox Creates a combo box field in form
AddListBox Creates a list box field in form
AddRadioButtonsGroup Creates a group of radio buttons in the form
AddTextBox Creates a text box field in form
CreateFieldStyle Creates a form field style object
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