This class contains the properties to control the automatic conversion of a HTML form into a fillable PDF form
Inheritance Hierarchy
WinnovativeClientPdfFormOptions
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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 | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also