[]
        
(Showing Draft Content)

C1.WPF.FlexReport.Watermark

Watermark Class

Represents a watermark or an overlay in a C1FlexReport.

Inheritance
Watermark
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class Watermark

Properties

Name Description
Align

Gets or sets a value determining how text is aligned within a page.

Font

Gets or sets the text font.

ForeColor

Gets or sets the text color.

LineSpacing

Gets or sets the text line spacing, in percent. The default is 100 which corresponds to normal line spacing.

Opacity

Gets or sets the opacity of this watermark or overlay, from 0 (transparent) to 1 (opaque). This property works only for text watermaks or overlays.

Picture

Gets or sets a picture shown by this watermark or overlay. Note that if the picture is not empty, Text is ignored.

PictureAlign

Gets or sets the alignment of the Picture within a page.

PictureScale

Gets or sets a value indicating how Picture is scaled within the page.

Text

Gets or sets a text shown by this watermark or overlay. Ignored if a Picture is specified.

TextAngle

Gets or sets the text rotation angle, in degrees counterclockwise.

TextFitMode

Gets or sets a value indicating how text fits in page bounds. If this is not None, WordWrap is ignored.

Visibility

Gets or sets a value indicating on which pages this watermark or overlay is visible.

WordWrap

Gets or sets a value indicating whether automatic word wrapping is on.

WritingMode

Gets or sets the text writing mode: horizontal (default), vertical with left to right flow, etc.

Methods

Name Description
AssignFrom(Watermark)

Copies properties from another object into this object.

Reset()

Resets all properties of this Watermark object to default values.

ToString()

Returns a string that represents the current object.