Back to Devexpress

XRWatermark Members

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrwatermark-dot-underscore-members.md

latest11.9 KB
Original Source

XRWatermark Members

A watermark in a report.

Constructors

NameDescription
XRWatermark()Initializes a new instance of the XRWatermark class with default settings.

Fields

NameDescription
Empty staticInherited from Watermark.

Properties

NameDescription
ActualImageSourceInherited from PageWatermark.
FontGets or sets the font of the PageWatermark. Inherited from PageWatermark.
ForeColorGets or sets the foreground color of the PageWatermark‘s text. Inherited from PageWatermark.
IdSpecifies the unique identifier of a watermark Inherited from Watermark.
ImageFor internal use. Inherited from PageWatermark.
ImageAccessibleDescriptionSpecifies the description of an image watermark (XRWatermark) used by assistive technologies.
ImageAccessibleOptionsThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PageWatermark.
ImageAccessibleRoleSpecifies the role of an image watermark (XRWatermark) in the exported PDF document. This value is used by assistive technologies.
ImageAlignGets or sets the position of the PageWatermark‘s picture. Inherited from PageWatermark.
ImageAlignmentGets or sets the position of the PageWatermark‘s picture. Use this property in non-Windows environments. Inherited from PageWatermark.
ImagePositionSpecifies whether a picture watermark should be printed behind or in front of page content. Inherited from PageWatermark.
ImageSourceGets or sets the watermark picture.
ImageTilingGets or sets a value indicating if a PageWatermark‘s picture should be tiled. Inherited from PageWatermark.
ImageTransparencyGets or sets the transparency of the watermark’s image. Inherited from PageWatermark.
ImageViewModeGets or sets the mode in which a picture PageWatermark is displayed. Inherited from PageWatermark.
IsEmptyInherited from PageWatermark.
PageRangeGets or sets the range of pages which contain a watermark. Inherited from Watermark.
TextGets or sets a PageWatermark‘s text. Inherited from PageWatermark.
TextAccessibleDescriptionSpecifies the description of a text watermark (XRWatermark) used by assistive technologies.
TextAccessibleOptionsThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PageWatermark.
TextAccessibleRoleSpecifies the role of a text watermark (XRWatermark) in the exported PDF document. This value is used by assistive technologies.
TextDirectionGets or sets the incline of the PageWatermark‘s text. Inherited from PageWatermark.
TextPositionSpecifies whether a text watermark should be printed behind or in front of page content. Inherited from PageWatermark.
TextTransparencyGets or sets the transparency of the PageWatermark‘s text. Inherited from PageWatermark.

Methods

NameDescription
CopyFrom(Watermark)Duplicates the properties of the specified watermark object into the current instance of the Watermark class. Inherited from Watermark.
CreateDefaultFont() staticInherited from PageWatermark.
Dispose()Disposes of the PageWatermark object. Inherited from PageWatermark.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current Watermark instance. Inherited from Watermark.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current Watermark object. Inherited from Watermark.
GetType()Gets the Type of the current instance. Inherited from Object.
IsImageEmpty(PageWatermark) staticInherited from PageWatermark.
IsTextEmpty(PageWatermark) staticInherited from PageWatermark.
IsWatermarkEmpty(PageWatermark) staticInherited from PageWatermark.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
NeedDraw(Int32, Int32)For internal use. Inherited from Watermark.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RestoreFromStream(Stream)Loads a watermark’s settings from the specified stream. Inherited from Watermark.
RestoreFromXml(String)Loads a watermark’s settings from the specified XML file. Inherited from Watermark.
SaveToStream(Stream)Saves the current watermark to the specified stream. Inherited from Watermark.
SaveToXml(String)Saves the current watermark to an XML file. Inherited from Watermark.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

XRWatermark Class

DevExpress.XtraReports.UI Namespace