Click or drag to resize

StiWatermark Constructor (StiBrush, String, Single, Font, Boolean, Boolean, Boolean)

Initializes a new instance of the StiWatermark class

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiWatermark(
	StiBrush textBrush,
	string text,
	float angle,
	Font font,
	bool showBehind,
	bool enabled,
	bool aspectRatio
)

Parameters

textBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="textBrush"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

showBehind
Type: SystemBoolean

[Missing <param name="showBehind"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

aspectRatio
Type: SystemBoolean

[Missing <param name="aspectRatio"/> documentation for "M:Stimulsoft.Report.Components.StiWatermark.#ctor(Stimulsoft.Base.Drawing.StiBrush,System.String,System.Single,System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean)"]

See Also