Skip to main content
All docs
V26.1
  • ListBoxWidgetAnnotation(FormField, RectangleF) Constructor

    Initializes a new instance of the ListBoxWidgetAnnotation class with specified settings.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ListBoxWidgetAnnotation(
        FormField formField,
        RectangleF bounds
    )

    Parameters

    Name Type Description
    formField FormField

    The form field that is associated with the current annotation.

    bounds RectangleF

    The rectangle that specifies the location and size of the current annotation.

    See Also