RadioButtonFieldView Constructor (String, String, 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,
	string exportValue,
	RadioButtonField radioButton,
	Boundary boundary,
	CheckBoxMark mark = CheckBoxMark.Circle
)

Parameters

caption
Type: SystemString
The caption.
exportValue
Type: SystemString
The export value that will be represented by this view. Should be a sting in Latin Encoding.
radioButton
Type: Apitron.PDF.Kit.Interactive.FormsRadioButtonField
The radio button.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The annotation boundary.
mark (Optional)
Type: Apitron.PDF.Kit.Interactive.AnnotationsCheckBoxMark
The mark.
Exceptions

ExceptionCondition
ArgumentNullExceptionexportValue
See Also

Reference