EVO HTML to PDF Converter

PdfFormOptions Class

EVO HTML to PDF Converter for .NET Documentation
This class contains the properties to control the automatic conversion of a HTML form into a fillable PDF form
Inheritance Hierarchy

SystemObject
  EvoPdfPdfFormOptions

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public class PdfFormOptions

The PdfFormOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfFormOptions
Initializes a new instance of the PdfFormOptions class
Top
Properties

  NameDescription
Public propertyAutoPdfFormEnabled
A flag indicating if the HTML form elements like text boxes, checkboxes, radio buttons and submit buttons are automatically converted to PDF form fields in the generated PDF document. The default value is false.
Public propertyCheckBoxStyle
Gets the checkbox field style object where you can set the style properties
Public propertyComboBoxStyle
Gets the combo box field style object where you can set the style properties
Public propertyListBoxStyle
Gets the list box field style object where you can set the style properties
Public propertyMultilineTextBoxStyle
Gets the multiline text box field style object where you can set the style properties
Public propertyPasswordTextBoxStyle
Gets the password text box field style object where you can set the style properties
Public propertyRadioButtonsGroupStyle
Gets the radio buttons group field style object where you can set the style properties
Public propertySubmitButtonStyle
Gets the submit button style object where you can set the style properties
Public propertyTextBoxStyle
Gets the text box field style object where you can set the style properties
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