AutoPdfForm Class

Controls the automatic conversion of the HTML form into a PDF form

Definition

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

Constructors

AutoPdfFormInitializes a new instance of the AutoPdfForm class

Properties

AutoCreatePdfForm Controls if the HTML form is automatically converted to a PDF form. This property is false by default.
CheckBoxes Controls the style and properties of the automatically created check box fields
ComboBoxes Controls the style and properties of the automatically created combo box fields
ListBoxes Controls the style and properties of the automatically created list box fields
PasswordBoxes Controls the style and properties of the automatically created password text box fields
RadioButtonsGroups Controls the style and properties of the automatically created radio button groups
SubmitButtons Controls the style and properties of the automatically created submit buttons
TextAreas Controls the style and properties of the automatically created multiline text box fields
TextBoxes Controls the style and properties of the automatically created text box fields

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also