Click or drag to resize

StiWatermark Class

The class describes the watermark of the page.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.ComponentsStiWatermark

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiWatermarkConverter))]
public class StiWatermark : ICloneable, 
	IStiSerializeToCodeAsClass, IStiJsonReportObject, IStiDefault

The StiWatermark type exposes the following members.

Constructors
  NameDescription
Public methodStiWatermark
Initializes a new instance of the StiWatermark class
Public methodStiWatermark(StiBrush, String, Single, Font, Boolean)
Initializes a new instance of the StiWatermark class
Public methodStiWatermark(StiBrush, String, Single, Font, Boolean, Boolean, Boolean)
Initializes a new instance of the StiWatermark class
Public methodStiWatermark(StiBrush, String, Single, Font, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the StiWatermark class
Public methodStiWatermark(StiBrush, String, Single, Font, Boolean, Boolean, Boolean, Boolean, String)
Initializes a new instance of the StiWatermark class
Top
Properties
  NameDescription
Public propertyAngle
Gets or sets angle of Watermark.
Public propertyAspectRatio
Gets or sets value, indicates that this watermark's image will save its aspect ratio.
Public propertyEnabled
Gets or sets value which indicates where Watermark should be drawing or not.
Public propertyEnabledExpression
Gets or sets text of Watermark.
Public propertyFont
Gets or sets font of Watermark.
Public propertyImage
Gets or sets value watermark's image.
Public propertyImageAlignment
Gets or sets the watermark's image alignment.
Public propertyImageBytes
Gets or sets the image.
Public propertyImageHyperlink
Gets or sets value watermark's image hyperlink.
Public propertyImageMultipleFactor
Gets or sets value to multiply by it an image size.
Public propertyImageStretch
Gets or sets value, indicates that this watermark's image will stretch on the page.
Public propertyImageTiling
Gets or sets the watermark's image should be tiled.
Public propertyImageTransparency
Gets or sets the transparency of the watermark's image.
Public propertyIsDefault
Public propertyRightToLeft
Gets or sets watermark's output direction.
Public propertyShowBehind
Gets or sets value which indicates where Watermark should be drawing behind or in front of page.
Public propertyShowImageBehind
Gets or sets value which indicates where Watermark's image should be drawing behind or in front of page.
Public propertyText
Gets or sets text of Watermark.
Public propertyTextBrush
Gets or sets a brush to Watermark.
Top
Methods
  NameDescription
Public methodClone
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImage
Internal use only.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also