Skip to main content

PdfAcroFormGroupField.Children Property

Returns the collection of group form field children.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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