Skip to main content

PdfAcroFormGroupField Class

Represents a group field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public class PdfAcroFormGroupField :
    PdfAcroFormField

The following members return PdfAcroFormGroupField objects:

Remarks

To return the collection of group field children, use the PdfAcroFormGroupField.Children property.

Inheritance

Object
PdfAcroFormField
PdfAcroFormGroupField
See Also