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

PdfAcroFormField.CreateGroup(String) Method

Creates a group form field using the field name.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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