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