ActiveReports 18 .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
    Specifies whether the watermark for a PDF document should appears only on printed pages.
    Syntax
    'Declaration
     
    Public Property PrintOnly As Boolean
    public bool PrintOnly {get; set;}
    See Also