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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ButtonWidgetAnnotation(
        FormField formField,
        RectangleF bounds
    )

    Parameters

    Name Type
    formField FormField
    bounds RectangleF
    See Also