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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ComboBoxWidgetAnnotation(
        FormField formField,
        RectangleF bounds
    )

    Parameters

    Name Type Description
    formField FormField

    The form field associated with the annotation.

    bounds RectangleF

    The widget bounds in points.

    See Also