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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public SignatureWidgetAnnotation(
        FormField formField,
        RectangleF bounds
    )

    Parameters

    Name Type Description
    formField FormField

    The form field that is associated with the annotation.

    bounds RectangleF

    The bounds of the widget annotation.

    See Also