Create a new Check box field.

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

Syntax

C#
public CheckBoxField(
	string fullName
)
Visual Basic
Public Sub New ( _
	fullName As String _
)

Parameters

fullName
Type: System..::..String
The fully qualified name for this field.

See Also