Skip to main content
All docs
V26.1
  • WatermarkAnnotation(RectangleF, VisualFragment) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public WatermarkAnnotation(
        RectangleF bounds,
        VisualFragment fragment
    )

    Parameters

    Name Type
    bounds RectangleF
    fragment VisualFragment
    See Also