Click or drag to resize

PdfListBoxField Properties

The PdfListBoxField type exposes the following members.

Properties
 NameDescription
Public propertyFieldType Gets the ListBox value.
(Overrides PdfFieldFieldType)
Public propertyMultipleSelection

(PDF 1.4) Gets a value indicating whether more than one of the field’s option items may be selected simultaneously.

Default value: .

Public propertySelectedIndices(PDF 1.4) Gets the collection of indices of the selected items.
Public propertySelectedItems(PDF 1.4) Gets the collection of selected items.
Public propertyTopIndex

Gets or set the top index (the index in the Items of the first option visible in the scrollable list box).

Default value: 0.

Public propertyValue

Gets or sets the PdfListBoxField value as an instance of either a String or an Array of String type (if more than one item is selected).

Top
See Also