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

PdfAcroFormGroupField(String) Constructor

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

Namespace: DevExpress.Pdf

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