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

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

    Property Value

    A System.Drawing.FontStyle value indicating the style of the font for the watermark text. Default is System.Drawing.FontStyle.Regular.
    See Also