Search Results for

    Show / Hide Table of Contents

    Class ComboBoxField

    Represents a combo-box (drop down menu) in a PDF form.

    Inheritance
    System.Object
    FormField
    ComboBoxField
    Inherited Members
    FormField.SetFont(FontTypes, Double)
    FormField.ToString()
    FormField.Name
    FormField.ReadOnly
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: IronPdf.Forms
    Assembly: IronPdf.dll
    Syntax
    public class ComboBoxField : FormField

    Constructors

    ComboBoxField()

    Declaration
    public ComboBoxField()

    Properties

    Options

    Gets the available options for the combo-box in zero based index order.

    Declaration
    public string[] Options { get; }
    Property Value
    Type Description
    System.String[]

    The option names as strings.

    SelectedIndex

    Gets the index of the selected option.

    Declaration
    public int SelectedIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the selected. 0 based.

    Value

    Gets or sets the text value of the combo-box.

    Declaration
    public override string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value as a string.

    Overrides
    FormField.Value

    See Also

    FormField
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget