PdfFormRadioButton Constructor

Creates a radio button form field

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfFormRadioButton(
	RectangleFloat bounds,
	string buttonName
)

Parameters

bounds  RectangleFloat
The radio button bounds
buttonName  String
The radio button name

See Also