ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / Watermark Property

In This Topic
    Watermark Property (PdfExportOptions)
    In This Topic
    Gets or sets the PDF watermark settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property Watermark As PdfExportOptions.PdfWatermarkSettings
    public PdfExportOptions.PdfWatermarkSettings Watermark {get;}

    Property Value

    A PdfExportOptions.PdfWatermarkSettings object representing the PDF watermark settings.
    See Also