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

PdfAcroFormGroupField Class

Represents a group field.

Namespace: DevExpress.Pdf

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

Declaration

public class PdfAcroFormGroupField :
    PdfAcroFormField

Remarks

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

Inheritance

Object
PdfAcroFormField
PdfAcroFormGroupField
See Also