Winnovative Logo

PdfFormRadioButton Constructor

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public PdfFormRadioButton(
	RectangleFloat box,
	string buttonName
)

Parameters

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

Reference