Skip to main content
All docs
V26.1
  • AnnotationCollection.RemoveFormFieldWidgets(FormField) Method

    Removes all widgets associated with the specified form field.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public void RemoveFormFieldWidgets(
        FormField item
    )

    Parameters

    Name Type Description
    item FormField

    The form field whose widgets are to be removed.

    See Also