HiQPdf Documentation

AutoPdfForm Class

Quickly Create High Quality PDFs
Controls the automatic conversion of the HTML form into a PDF form
Inheritance Hierarchy

SystemObject
  HiQPdfAutoPdfForm

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

public class AutoPdfForm

The AutoPdfForm type exposes the following members.

Constructors

  NameDescription
Public methodAutoPdfForm
Initializes a new instance of the AutoPdfForm class
Top
Properties

  NameDescription
Public propertyAutoCreatePdfForm
Controls if the HTML form is automatically converted to a PDF form. This property is false by default.
Public propertyCheckBoxes
Controls the style and properties of the automatically created check box fields
Public propertyComboBoxes
Controls the style and properties of the automatically created combo box fields
Public propertyListBoxes
Controls the style and properties of the automatically created list box fields
Public propertyPasswordBoxes
Controls the style and properties of the automatically created password text box fields
Public propertyRadioButtonsGroups
Controls the style and properties of the automatically created radio button groups
Public propertySubmitButtons
Controls the style and properties of the automatically created submit buttons
Public propertyTextAreas
Controls the style and properties of the automatically created multiline text box fields
Public propertyTextBoxes
Controls the style and properties of the automatically created text box fields
Top
Methods

  NameDescription
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 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