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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public TextBoxWidgetAnnotation(
        FormField formField,
        RectangleF bounds
    )

    Parameters

    Name Type Description
    formField FormField

    The form field that the widget is associated with.

    bounds RectangleF

    The bounds of the widget.

    See Also