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

PdfAcroFormGroupField.Children Property

Returns the collection of group form field children.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfAcroFormField> Children { get; }

Property Value

Type Description
IList<PdfAcroFormField>

A list of PdfAcroFormField objects that are the collection of form field child nodes.

See Also