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

    Returns all widgets associated with the specified form field.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public IEnumerable<WidgetAnnotation> GetFormFieldWidgets(
        FormField item
    )

    Parameters

    Name Type Description
    item FormField

    The form field whose widgets should be retrieved.

    Returns

    Type Description
    IEnumerable<WidgetAnnotation>

    A list of widgets associated with the specified form field.

    See Also