Skip to main content

PdfGraphicsAcroFormRadioGroupField(String) Constructor

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

Namespace: DevExpress.Pdf

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