Back to Devexpress

PdfAcroFormGroupField Class

officefileapi-devexpress-dot-pdf-efafb98f.md

latest1.3 KB
Original Source

PdfAcroFormGroupField Class

Represents a group field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfAcroFormGroupField :
    PdfAcroFormField
vb
Public Class PdfAcroFormGroupField
    Inherits 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

PdfAcroFormGroupField Members

DevExpress.Pdf Namespace