HiQPdf Documentation

PdfFormRadioButton Constructor

HiQPdf Client for .NET Core
Creates a radio button form field

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfFormRadioButton(
	RectangleFloat bounds,
	string buttonName
)

Parameters

bounds
Type: HiQPdfClientRectangleFloat
The radio button bounds
buttonName
Type: SystemString
The radio button name
See Also

Reference