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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public CheckBoxWidgetAnnotation(
        FormField formField,
        RectangleF bounds
    )

    Parameters

    Name Type
    formField FormField
    bounds RectangleF
    See Also