Click or drag to resize

RadioButtonFormFieldMakeRadioSet Method (String, String, String, RadioButtonWidgetAnnotation)

Makes a radio set from the collection of RadioButtonWidgetAnnotation objects. Note that it is the client's responsibility to ensure that the radio buttons are put into the Annotations collection of a page in the document.

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(
	string fieldName,
	string currentValue,
	string defaultValue,
	params RadioButtonWidgetAnnotation[] radioButtons
)

Parameters

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

Return Value

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