The strong types Value

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public ListOption[] ListBoxValue { get; set; }
Visual Basic
Public Property ListBoxValue As ListOption()
	Get
	Set

Remarks

If no option is selected an empty array is returned.

Setting multi options is supported in classic PDF documents only.

See Also