PdfFormRadioButton Constructor

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.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