[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.ListBoxField

ListBoxField Class

Represents the ListBoxField field.

Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public class ListBoxField : ChoiceField, IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Public Class ListBoxField
    Inherits ChoiceField
    Implements IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef

Constructors

Name Description
ListBoxField()

Initializes a new instance of the ListBoxField class.

Properties

Name Description
DefaultSelectedIndexes

Gets or sets the indexes of default selected items.

MultiSelect

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

SelectedIndexes

Gets or sets the indexes of selected items.

TopIndex

Gets or sets the index of top visible item.

Extension Methods