The AutoPdfFormField type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackColor |
The automatically created form field background color
|
![]() | BorderColor |
The automatically created form field border color
|
![]() | BorderStyle |
The automatically created form field border style
|
![]() | Export |
Controls if the automatically created field value is exported when the PDF form is submitted. This property is true by default
|
![]() | Flatten |
Controls if the automatically created field is flattened in PDF. This property is false by default
|
![]() | ForeColor |
The automatically created form field fore color
|
![]() | ReadOnly |
Controls if the automatically created field is read only in PDF. This property is false by default
|
![]() | Required |
Controls if the automatically created field is required to have a value when the PDF form is submitted. This property is false by default
|
See Also