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

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

    Property Value

    A System.String value indicating the angle in degrees for the watermark text. Default is 0f.
    See Also