EVO HTML to PDF Converter

PdfFormOptions Class

EVO PDF Client for Universal Windows Platform Documentation
This class contains the properties to control the automatic conversion of a HTML form into a fillable PDF form
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientPdfFormOptions

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.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 (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference