Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormField.CreateRadioGroup(String) Method

Creates a radio group field using the field name.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

Declaration

public static PdfGraphicsAcroFormRadioGroupField CreateRadioGroup(
    string name
)

Parameters

Name Type Description
name String

A String that specifies the name of a radio group field.

Returns

Type Description
PdfGraphicsAcroFormRadioGroupField

A PdfGraphicsAcroFormRadioGroupField object that represents a created radio group field.

See Also