Watermark
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class Watermark : ReportObject
Inheritance: objectReportObjectWatermark
Derived Classes:
Inherited Members
Constructors
Internal use only
C#
protected Watermark(ReportItemBase owner, Watermark watermark)
Fields
Internal use only
C#
protected readonly Watermark watermarkDefinition
Properties
Opacity
double
Internal use only
C#
public double Opacity { get; set; }
Internal use only
C#
public ReportItemBase Owner { get; }
Internal use only
C#
public WatermarkPosition Position { get; set; }
PrintOnFirstPage
bool
Internal use only
C#
public bool PrintOnFirstPage { get; set; }
PrintOnLastPage
bool
Internal use only
C#
public bool PrintOnLastPage { get; set; }