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

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.v19.1.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