PdfFormOptions Class

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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

EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also