[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.ListBoxField

Class ListBoxField

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

Represents the ListBoxField field.

public class ListBoxField : ChoiceField, IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Inheritance
ListBoxField
Implements
Inherited Members
Extension Methods

Constructors

ListBoxField()

Initializes a new instance of the ListBoxField class.

public ListBoxField()

Properties

DefaultSelectedIndexes

Gets or sets the indexes of default selected items.

public int[] DefaultSelectedIndexes { get; set; }

Property Value

int[]

MultiSelect

Gets or sets a value indicating whether more than one of the field’s option items may be selected simultaneously.

public bool MultiSelect { get; set; }

Property Value

bool

SelectedIndexes

Gets or sets the indexes of selected items.

public int[] SelectedIndexes { get; set; }

Property Value

int[]

TopIndex

Gets or sets the index of top visible item.

public int TopIndex { get; set; }

Property Value

int