ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / WatermarkFont Property

In This Topic
    WatermarkFont Property (Settings)
    In This Topic
    Set the font to use for the watermark to any valid System.Drawing.Font.
    Syntax
    'Declaration
     
    Public Property WatermarkFont As Font
    public Font WatermarkFont {get; set;}
    See Also