Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormField.CreateRadioGroup(String) Method

Creates a radio group field using the field name.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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