PdfFormRadioButton Constructor

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

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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