EVO PDF Logo

PdfFormRadioButton Constructor

EVO PDF Client for .NET Core
Constructs a radio button form field to be added to a radio buttons group

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PdfFormRadioButton(
	RectangleFloat box,
	string buttonName
)

Parameters

box
Type: EvoPdfClientRectangleFloat
The radio button bounding box
buttonName
Type: SystemString
The radio button name
See Also

Reference