RadPrintWatermark
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadPrintWatermark : ICloneable
Inheritance: objectRadPrintWatermark
Implements:
Constructors
public RadPrintWatermark()
Properties
Gets or sets a value indicating whether the watermark is printed on all pages.
[Browsable(true)]
public bool AllPages { get; set; }
Gets a value indicating whether there is an image to be printed.
[Browsable(true)]
public bool DrawImage { get; }
Gets or sets a value indicating whether the watermark is drawn under or over the printed content.
[Browsable(true)]
public bool DrawInFront { get; set; }
Gets a value indicating whether there is a text to be printed.
[Browsable(true)]
public bool DrawText { get; }
Gets or sets the fore color of the text.
[Browsable(true)]
public Color ForeColor { get; set; }
Gets or sets the image horizontal offset.
[Browsable(true)]
public int ImageHOffset { get; set; }
Gets or sets the image opacity.
[Browsable(true)]
public byte ImageOpacity { get; set; }
Gets or sets the path to the image.
[Browsable(true)]
public string ImagePath { get; set; }
Gets or sets a value indicating whether the image should tiled.
[Browsable(true)]
public bool ImageTiling { get; set; }
Gets or sets the image vertical offset.
[Browsable(true)]
public int ImageVOffset { get; set; }
PageNumbers
List<int>
Gets a list of integer values for the string Pages.
[Browsable(false)]
public List<int> PageNumbers { get; }
Gets or sets a string which indicates on which pages the watermark should be printed.
[Browsable(true)]
public string Pages { get; set; }
Gets or sets the angle at which the text is rotated.
[Browsable(true)]
public float TextAngle { get; set; }
Gets or sets the text horizontal offset.
[Browsable(true)]
public int TextHOffset { get; set; }
Gets or sets the text opacity.
[Browsable(true)]
public byte TextOpacity { get; set; }
Gets or sets the text vertical offset.
[Browsable(true)]
public int TextVOffset { get; set; }