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

PdfGraphicsAcroFormRadioGroupField(String) Constructor

Initializes a new instance of the PdfGraphicsAcroFormRadioGroupField class with the specified radio group field name.

Namespace: DevExpress.Pdf

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

Declaration

public PdfGraphicsAcroFormRadioGroupField(
    string name
)

Parameters

Name Type Description
name String

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

See Also