PdfFormAddRadioButtonsGroup Method

Creates a group of radio buttons in PDF form

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public void AddRadioButtonsGroup(
	PdfPage pdfPage,
	PdfFormRadioButtonsGroup radioButtonsGroup
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the group of radio buttons
radioButtonsGroup  PdfFormRadioButtonsGroup
The radio buttons group field to add

See Also