New to Telerik ReportingStart a free 30-day trial

Represents a collection of watermarks on a printable page.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter("Telerik.Reporting.Design.WatermarkCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class WatermarkCollection : Collection<Watermark>

Inheritance: objectCollection<Watermark>WatermarkCollection

Constructors

C#
public WatermarkCollection()

Methods

TODO: Add documentation.

C#
public void AddRange(IEnumerable<Watermark> source)
Parameters:sourceIEnumerable<Watermark>