Back to Devexpress

XRWatermark Methods

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

latest5.3 KB
Original Source

XRWatermark Methods

A watermark in a report.

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

XRWatermark Members

DevExpress.XtraReports.UI Namespace