Link Search Menu Expand Document

RadioButton Constructor (RectangleF, String, String)

Initializes a new instance of the Bytescout.PDF.RadioButton class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public RadioButton(
	RectangleF boundingBox,
	string name,
	string exportValue
)

Parameters

boundingBox
Type: System.DrawingRectangleF
Bounds of the button.
name
Type: SystemString
The unique name of the button control.
exportValue
Type: SystemString
The export value of the radio button.
See Also

Reference