RadioButton Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the RadioButton 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 RadioButton(
	string fieldName,
	string caption,
	string idInGroup,
	CheckBoxMark checkboxMark = CheckBoxMark.Circle
)

Parameters

fieldName
Type: SystemString
The name of the RadioButtonField to create this radio button for, in case of radio buttons it functions like a grouping object.
caption
Type: SystemString
The caption.
idInGroup
Type: SystemString
The identifier for this button in group.
checkboxMark (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsCheckBoxMark
The checkbox mark.
Exceptions

ExceptionCondition
ArgumentExceptionIf fieldName is null or empty.
See Also

Reference