ClassImageWatermarkSettings
Class
Configures the image source for an image Watermark.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Watermarks
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class ImageWatermarkSettings : WatermarkSettingsBase
Inheritance: objectWatermarkSettingsBaseImageWatermarkSettings
Inherited Members
Constructors
ImageWatermarkSettings()
Creates a new image watermark configuration with default size and rotation values.
Declaration
cs-api-definition
public ImageWatermarkSettings()
Properties
ImageSource
Gets or sets the image source displayed in the watermark; automatically registers and releases document resources.
Declaration
cs-api-definition
public ImageSource ImageSource { get; set; }
Property Value
The source of the image.
Methods
Clone()
Creates a deep copy of these settings including a cloned image source.
Declaration
cs-api-definition
public ImageWatermarkSettings Clone()
Returns
A clone of the settings.