public class AutoPdfFormField
Public Class AutoPdfFormField
public ref class AutoPdfFormField
type AutoPdfFormField = class end
AutoPdfFormField | Initializes a new instance of the AutoPdfFormField class |
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 |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
SetFont(PdfFont) | Set the font of the automatically created field to an existing PDF font |
SetFont(PdfStandardFont) | Set the font of the automatically created field to a standard PDF font |
SetFont(Byte, FontStyle) | Use a font given by its binary data and style |
SetFont(Font, Boolean) | Set the font of the automatically created field to a .NET font |
SetFont(String, FontStyle, Boolean) | Use a font given by its family name and style |
ToString | (Inherited from Object) |