Skip to main content

PdfAcroFormField.CreateGroup(String) Method

Creates a group form field using the field name.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public static PdfAcroFormGroupField CreateGroup(
    string name
)

Parameters

Name Type Description
name String

A String that specifies the name of a group field.

Returns

Type Description
PdfAcroFormGroupField

A PdfAcroFormGroupField object that represents a created group form field.

See Also