Skip to main content
All docs
V26.1
  • WatermarkAnnotation(RectangleF, PdfDocument, Int32) 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,
        PdfDocument document,
        int pageIndex = 0
    )

    Parameters

    Name Type
    bounds RectangleF
    document PdfDocument

    Optional Parameters

    Name Type Default
    pageIndex Int32 0
    See Also