Skip to main content
All docs
V26.1
  • FormFieldCollection Class

    A collection of form fields contained in a PDF document.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public class FormFieldCollection :
        ObjectCollectionBase<FormField>

    The following members return FormFieldCollection objects:

    Remarks

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

    Inheritance

    See Also