skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadPrintWatermark

Inheritance
System.Object
RadPrintWatermark
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll

Syntax

public class RadPrintWatermark : ICloneable

Constructors

RadPrintWatermark()

Declaration
public RadPrintWatermark()

Properties

AllPages

Gets or sets a value indicating whether the watermark is printed on all pages.

Declaration
public bool AllPages { get; set; }
Property Value
System.Boolean

DrawImage

Gets a value indicating whether there is an image to be printed.

Declaration
public bool DrawImage { get; }
Property Value
System.Boolean

DrawInFront

Gets or sets a value indicating whether the watermark is drawn under or over the printed content.

Declaration
public bool DrawInFront { get; set; }
Property Value
System.Boolean

DrawText

Gets a value indicating whether there is a text to be printed.

Declaration
public bool DrawText { get; }
Property Value
System.Boolean

Font

Gets or sets the font of the text.

Declaration
public Font Font { get; set; }
Property Value
System.Drawing.Font

ForeColor

Gets or sets the fore color of the text.

Declaration
public Color ForeColor { get; set; }
Property Value
System.Drawing.Color

ImageHOffset

Gets or sets the image horizontal offset.

Declaration
public int ImageHOffset { get; set; }
Property Value
System.Int32

ImageOpacity

Gets or sets the image opacity.

Declaration
public byte ImageOpacity { get; set; }
Property Value
System.Byte

ImagePath

Gets or sets the path to the image.

Declaration
public string ImagePath { get; set; }
Property Value
System.String

ImageTiling

Gets or sets a value indicating whether the image should tiled.

Declaration
public bool ImageTiling { get; set; }
Property Value
System.Boolean

ImageVOffset

Gets or sets the image vertical offset.

Declaration
public int ImageVOffset { get; set; }
Property Value
System.Int32

PageNumbers

Gets a list of integer values for the string Pages.

Declaration
public List<int> PageNumbers { get; }
Property Value
System.Collections.Generic.List<System.Int32>

Pages

Gets or sets a string which indicates on which pages the watermark should be printed.

Declaration
public string Pages { get; set; }
Property Value
System.String

Text

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
System.String

TextAngle

Gets or sets the angle at which the text is rotated.

Declaration
public float TextAngle { get; set; }
Property Value
System.Single

TextHOffset

Gets or sets the text horizontal offset.

Declaration
public int TextHOffset { get; set; }
Property Value
System.Int32

TextOpacity

Gets or sets the text opacity.

Declaration
public byte TextOpacity { get; set; }
Property Value
System.Byte

TextVOffset

Gets or sets the text vertical offset.

Declaration
public int TextVOffset { get; set; }
Property Value
System.Int32

Methods

Clone()

Declaration
public object Clone()
Returns
System.Object

Implements
System.ICloneable.Clone()

ShouldPrintOnPage(Int32)

Checks whether the watermark should be printed on the given page.

Declaration
public bool ShouldPrintOnPage(int pageNumber)
Parameters
System.Int32 pageNumber

The page to check.

Returns
System.Boolean

True if the watermark should be printed, otherwise false.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.