Skip to main content

PdfAcroFormGroupField(String) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAcroFormGroupField(
    string name
)

Parameters

Name Type Description
name String

A String that specifies the name of the group field.

See Also