Class PictureWatermark
Represents a picture watermark on a printable page.
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class PictureWatermark : Watermark, IExpressionContainer, ICloneable
Constructors
PictureWatermark()
Declaration
public PictureWatermark()
PictureWatermark(PictureWatermark)
Declaration
public PictureWatermark(PictureWatermark watermark)
Parameters
Picture
|
Properties
Image
Gets or sets the image of the watermark to be printed on the page.
Declaration
public object Image { get; set; }
Property Value
System. The image of the watermark to be printed on the page. |
Remarks
The specified image can be in one of the following supported formats:
an object instance inherited from System.
Examples
The following expression prints a watermark on every second page:
= If(PageNumber % 2 = 0, "Watermark.png", Null)
Sizing
Gets or sets the sizing mode of the watermark image on the printable page.
Declaration
public WatermarkSizeMode Sizing { get; set; }
Property Value
Watermark A Image |
Methods
GetStrings()
Declaration
protected override IEnumerable<string> GetStrings()
Returns
System.
|
Overrides
ResetSizingCore()
Declaration
protected virtual void ResetSizingCore()
ShouldSerializeSizingCore()
Declaration
protected virtual bool ShouldSerializeSizingCore()
Returns
System.
|