The AutoPdfForm type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AutoCreatePdfForm |
Controls if the HTML form is automatically converted to a PDF form.
This property is false by default.
|
![]() | CheckBoxes |
Controls the style and properties of the automatically created check box fields
|
![]() | ComboBoxes |
Controls the style and properties of the automatically created combo box fields
|
![]() | ListBoxes |
Controls the style and properties of the automatically created list box fields
|
![]() | PasswordBoxes |
Controls the style and properties of the automatically created password text box fields
|
![]() | RadioButtonsGroups |
Controls the style and properties of the automatically created radio button groups
|
![]() | SubmitButtons |
Controls the style and properties of the automatically created submit buttons
|
![]() | TextAreas |
Controls the style and properties of the automatically created multiline text box fields
|
![]() | TextBoxes |
Controls the style and properties of the automatically created text box fields
|
See Also