Class WatermarkCollection
Represents a collection of watermarks on a printable page.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class WatermarkCollection : Collection<Watermark>, IList<Watermark>, ICollection<Watermark>, IList, ICollection, IReadOnlyList<Watermark>, IReadOnlyCollection<Watermark>, IEnumerable<Watermark>, IEnumerable, ICloneable
Constructors
WatermarkCollection()
Declaration
public WatermarkCollection()
Methods
AddRange(IEnumerable<Watermark>)
Declaration
public void AddRange(IEnumerable<Watermark> source)
Parameters
System.Collections.Generic.IEnumerable<Watermark>
source
|