PdfFormOptions Class

This class contains the properties to control the automatic conversion of a HTML form into a fillable PDF form

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class PdfFormOptions
Inheritance
Object    PdfFormOptions

Constructors

PdfFormOptionsInitializes a new instance of the PdfFormOptions class

Properties

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

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