RadioButtonFieldView Constructor (String, Option, RadioButtonField, Boundary, CheckBoxMark)

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

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public RadioButtonFieldView(
	string caption,
	Option option,
	RadioButtonField radioButton,
	Boundary boundary,
	CheckBoxMark mark = CheckBoxMark.Circle
)

Parameters

caption
Type: SystemString
The caption.
option
Type: Apitron.PDF.Kit.Interactive.FormsOption
The option that will be represented by this view.
radioButton
Type: Apitron.PDF.Kit.Interactive.FormsRadioButtonField
The radio button.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary.
mark (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsCheckBoxMark
The mark.
Exceptions

ExceptionCondition
ArgumentNullExceptionoption
See Also

Reference