Add an option to the end of the collection.

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

Syntax

C#
public void Add(
	ListOption option
)
Visual Basic
Public Sub Add ( _
	option As ListOption _
)

Parameters

option
Type: TallComponents.PDF.Forms.Fields..::..ListOption
The option to add.

See Also