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:

Properties

AlternateNameGets or sets the alternate name of the form field.
BackgroundColorGets the background color of a form field.
BorderColorGets the border color of a form field.
BorderStyleGets the BorderStyle .
ChildFieldsGets a collection of child form fields.
FontGets or Sets the font for the field.
FontSizeGets or Sets the font size for the field.
FormGets the form containing this form field.
FullNameGets the full name of the form field.
HasChildFieldsGets a value indicating if there are child form fields.
HasValueGets a value indicating if the form field has a value.
InheritsNameGets a value indicating if the form field inherits its name.
InheritsValueGets a value indicating if the form field inherits its value.
IsReadOnlyGets or sets a value indicating if the form field is read only.
MappingNameGets or sets the mapping name of the form field.
NameGets or sets the name of the form field.
OutputGets or Sets output options for the field.
ParentGets the parent form field.
RequiredPdfObjectsGets the number of PDF objects required by the form field.
ResourceTypeGets the resource type.
RotateGets the angle of a form field.
TabOrderGets Tab Order for the field.
TextColorGets the color of the text for the field.
UidGets the unique ID of the resource.
(Inherited from Resource)
UseSubstituteFontGets or Sets whether to use SubstituteFont if the Font assigned is not found.
ValueGets 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)

See Also

ceTe.DynamicPDF.Forms

In this topic