CheckBox Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the CheckBox class.

Namespace:  Apitron.PDF.Kit.FlowLayout.Content.Controls
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public CheckBox(
	string fieldName,
	CheckBoxMark checkboxMark = CheckBoxMark.Circle
)

Parameters

fieldName
Type: SystemString
The name of the CheckBoxField to create this button for.
checkboxMark (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsCheckBoxMark
The checkbox mark.
Exceptions

ExceptionCondition
ArgumentExceptionIf fieldName is null or empty.
See Also

Reference