PdfFormRadioButton Constructor

Constructs a radio button form field to be added to a radio buttons group

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfFormRadioButton(
	RectangleFloat box,
	string buttonName
)

Parameters

box  RectangleFloat
The radio button bounding box
buttonName  String
The radio button name

See Also