Skip to main content

PdfAcroFormRadioGroupField(String, Int32) Constructor

Initializes a new instance of the PdfAcroFormRadioGroupField class with the specified radio group field name and page number where the field will be created.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAcroFormRadioGroupField(
    string name,
    int pageNumber
)

Parameters

Name Type Description
name String

A String that specifies the name of radio group field.

pageNumber Int32

An integer value that specifies the page number where the form field will be created.

See Also