ActiveReports Developer 7
WatermarkFont Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : WatermarkFont Property

Glossary Item Box

Set the font to use for the watermark to any valid System.Drawing.Font.

Syntax

Visual Basic (Declaration) 
Public Property WatermarkFont As Font
C# 
public Font WatermarkFont {get; set;}

See Also