PdfAcroFormField.CreateGroup(String) Method
Creates a group form field using the field name.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.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 |
---|---|
Pdf |
A Pdf |