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

In This Topic
    Text Property (PdfExportOptions.PdfWatermarkSettings)
    In This Topic
    Gets or sets the text of the watermark for PDF document.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}

    Property Value

    A System.String value indicating the text to be used as the watermark.
    See Also