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

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.v18.2.Core.dll

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