FormField
Represents a PDF form field.
public class FormField : Resource
Public Class FormField
Inherits Resource
Inheritance: ObjectResourceFormField
Derived: ButtonField, CheckBoxField, ChoiceField, ComboBoxField, ListBoxField, RadioButtonField, SignatureField, TextField
Licensing Info
Basic usage of this class is a DynamicPDF Core Suite Essentials feature. However, some properties or methods require full licensing and are noted accordingly. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Properties
AlternateName | Gets or sets the alternate name of the form field. |
BackgroundColor | Gets the background color of a form field. |
BorderColor | Gets the border color of a form field. |
BorderStyle | Gets the BorderStyle . |
ChildFields | Gets a collection of child form fields. |
Font | Gets or Sets the font for the field. |
FontSize | Gets or Sets the font size for the field. |
Form | Gets the form containing this form field. |
FullName | Gets the full name of the form field. |
HasChildFields | Gets a value indicating if there are child form fields. |
HasValue | Gets a value indicating if the form field has a value. |
InheritsName | Gets a value indicating if the form field inherits its name. |
InheritsValue | Gets a value indicating if the form field inherits its value. |
IsReadOnly | Gets or sets a value indicating if the form field is read only. |
MappingName | Gets or sets the mapping name of the form field. |
Name | Gets or sets the name of the form field. |
Output | Gets or Sets output options for the field. |
Parent | Gets the parent form field. |
RequiredPdfObjects | Gets the number of PDF objects required by the form field. |
ResourceType | Gets the resource type. |
Rotate | Gets the angle of a form field. |
TabOrder | Gets Tab Order for the field. |
TextColor | Gets the color of the text for the field. |
Uid | Gets the unique ID of the resource. (Inherited from Resource) |
UseSubstituteFont | Gets or Sets whether to use SubstituteFont if the Font assigned is not found. |
Value | Gets or sets the value of the form field. |
Methods
Draw(DocumentWriter) | Draws the form field to the given DocumentWriter object. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |