Class ImageWatermarkSettings
Specifies image settings for the Watermark class.
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.Windows.Documents.Flow.Model.Watermarks
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ImageWatermarkSettings : WatermarkSettingsBase
Constructors
ImageWatermarkSettings()
Declaration
public ImageWatermarkSettings()
Properties
ImageSource
Gets or sets the source of the image.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
The source of the image. |
Methods
Clone()
Creates a deep copy of this element.
Declaration
public ImageWatermarkSettings Clone()
Returns
ImageWatermarkSettings
A clone of the settings. |