Click or drag to resize

RadioButtonFormFieldMakeRadioSet Method (PdfGeneratedPage, String, String, String, RadioButtonWidgetAnnotation)

Makes the radio set from the set of radio buttons installing them in the supplied page (if any).

Namespace:  Atalasoft.PdfDoc.Generating.Forms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static RadioButtonFormField MakeRadioSet(
	PdfGeneratedPage owningPage,
	string fieldName,
	string currentValue,
	string defaultValue,
	params RadioButtonWidgetAnnotation[] radioButtons
)

Parameters

owningPage
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedPage
The owning page.
fieldName
Type: SystemString
The name of the output form field
currentValue
Type: SystemString
The current value.
defaultValue
Type: SystemString
The default value.
radioButtons
Type: Atalasoft.PdfDoc.Generating.AnnotationsRadioButtonWidgetAnnotation
The radio buttons.

Return Value

Type: RadioButtonFormField
A set of radio buttons arrached to a RadioButtonFormField
See Also