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.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public PdfGraphicsAcroFormRadioGroupField(
    string name
)

Parameters

Name Type Description
name String

A name of a radio group field.

See Also