ComboBoxField

Base class representing a combo box field.

public abstract class ComboBoxField : ChoiceField
Public MustInherit Class ComboBoxField
    Inherits ChoiceField

Inheritance: ObjectResourceFormFieldChoiceFieldComboBoxField

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

Methods

Draw(DocumentWriter)Draws the form field to the given DocumentWriter object.
(Inherited from FormField)
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