ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section Namespace / PdfExport Class / Watermark Property

In This Topic
    Watermark Property (PdfExport)
    In This Topic
    Returns an object allowing you to specify watermark settings for the exported PDF document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Watermark As PdfWatermarkSettings
    public PdfWatermarkSettings Watermark {get;}
    See Also