Collection of form options. Associated with a DropDownListField and ListBoxField.

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

Syntax

C#
public class ListOptionCollection : IEnumerable<ListOption>, 
	IEnumerable
Visual Basic
Public Class ListOptionCollection _
	Implements IEnumerable(Of ListOption), IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Forms.Fields..::..ListOptionCollection

See Also