Creates a new List option.

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

Syntax

C#
public ListOption(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::..String
Both the ExportName and the DisplayName.

See Also