RadioButton Constructor (Single, Single, Single, Single, String, String)ByteScout PDF SDK
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(
	float left,
	float top,
	float width,
	float height,
	string name,
	string exportValue
)

Parameters

left
Type: SystemSingle
The x-coordinate of the upper-left corner of the button.
top
Type: SystemSingle
The y-coordinate of the upper-left corner of the button.
width
Type: SystemSingle
The width of the button.
height
Type: SystemSingle
The height 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