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
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