Skip to main content
All docs
V26.1
  • FormFieldCollection.Clear(Boolean) Method

    Removes all form fields from the collection.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public void Clear(
        bool removeRelatedWidgets = true
    )

    Optional Parameters

    Name Type Default Description
    removeRelatedWidgets Boolean True

    true to remove all widgets related to the form fields; otherwise, false.

    See Also