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

In This Topic
    FontSize Property (PdfExportOptions.PdfWatermarkSettings)
    In This Topic
    Gets or sets the font size of the watermark text for PDF document.
    Syntax
    'Declaration
     
    Public Property FontSize As Single
    public float FontSize {get; set;}

    Property Value

    A System.Single value indicating the size of the font for the watermark text. Default is 20f.
    See Also