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

In This Topic
    PrintOnly Property (PdfExportOptions.PdfWatermarkSettings)
    In This Topic
    Gets or sets a value indicating whether the watermark should only be printed and not displayed on screen.
    Syntax
    'Declaration
     
    Public Property PrintOnly As Boolean
    public bool PrintOnly {get; set;}

    Property Value

    A System.Boolean value. true if the watermark should only be printed; otherwise, false.
    See Also