Back to Devexpress

PdfAcroFormField.CreateGroup(String) Method

officefileapi-devexpress-dot-pdf-dot-pdfacroformfield-dot-creategroup-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

PdfAcroFormField.CreateGroup(String) Method

Creates a group form field using the field name.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public static PdfAcroFormGroupField CreateGroup(
    string name
)
vb
Public Shared Function CreateGroup(
    name As String
) As PdfAcroFormGroupField

Parameters

NameTypeDescription
nameString

A String that specifies the name of a group field.

|

Returns

TypeDescription
PdfAcroFormGroupField

A PdfAcroFormGroupField object that represents a created group form field.

|

See Also

PdfAcroFormField Class

PdfAcroFormField Members

DevExpress.Pdf Namespace