This class contains the properties to control the automatic conversion of a HTML form into a fillable PDF form
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientPdfFormOptions
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The PdfFormOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfFormOptions | Initializes a new instance of the PdfFormOptions class |
Properties
Name | Description | |
---|---|---|
AutoPdfFormEnabled |
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.
| |
CheckBoxStyle |
Gets the checkbox field style object where you can set the style properties
| |
ComboBoxStyle |
Gets the combo box field style object where you can set the style properties
| |
ListBoxStyle |
Gets the list box field style object where you can set the style properties
| |
MultilineTextBoxStyle |
Gets the multiline text box field style object where you can set the style properties
| |
PasswordTextBoxStyle |
Gets the password text box field style object where you can set the style properties
| |
RadioButtonsGroupStyle |
Gets the radio buttons group field style object where you can set the style properties
| |
SubmitButtonStyle |
Gets the submit button style object where you can set the style properties
| |
TextBoxStyle |
Gets the text box field style object where you can set the style properties
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also