Skip to main content
A newer version of this page is available. .

PdfAcroFormGroupField Class

Represents a group field.

Namespace: DevExpress.Pdf

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

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