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

PdfGraphicsAcroFormRadioGroupField(String) Constructor

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

Namespace: DevExpress.Pdf

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