Skip to main content
All docs
V26.1
  • PdfDocument.Fields Property

    Returns the collection of form fields contained in the PDF document.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FormFieldCollection Fields { get; }

    Property Value

    Type Description
    FormFieldCollection

    A collection of form fields contained in the PDF document.

    Remarks

    Refer to the following help topic for more information: DevExpress PDF Document API - Form Fields.

    See Also