Back to Devexpress

PageWatermark Members

corelibraries-devexpress-dot-xtraprinting-dot-drawing-dot-pagewatermark-dot-underscore-members.md

latest6.7 KB
Original Source

PageWatermark Members

Represents a page’s watermark.

Constructors

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

Properties

NameDescription
ActualImageSource
FontGets or sets the font of the PageWatermark.
ForeColorGets or sets the foreground color of the PageWatermark‘s text.
ImageFor internal use.
ImageAccessibleOptionsThis member supports the internal infrastructure and is not intended to be used directly from your code.
ImageAlignGets or sets the position of the PageWatermark‘s picture.
ImageAlignmentGets or sets the position of the PageWatermark‘s picture. Use this property in non-Windows environments.
ImagePositionSpecifies whether a picture watermark should be printed behind or in front of page content.
ImageSourceGets or sets the image of the PageWatermark.
ImageTilingGets or sets a value indicating if a PageWatermark‘s picture should be tiled.
ImageTransparencyGets or sets the transparency of the watermark’s image.
ImageViewModeGets or sets the mode in which a picture PageWatermark is displayed.
IsEmpty
TextGets or sets a PageWatermark‘s text.
TextAccessibleOptionsThis member supports the internal infrastructure and is not intended to be used directly from your code.
TextDirectionGets or sets the incline of the PageWatermark‘s text.
TextPositionSpecifies whether a text watermark should be printed behind or in front of page content.
TextTransparencyGets or sets the transparency of the PageWatermark‘s text.

Methods

NameDescription
CreateDefaultFont() static
Dispose()Disposes of the PageWatermark object.
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 PageWatermark instance.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current PageWatermark object.
GetType()Gets the Type of the current instance. Inherited from Object.
IsImageEmpty(PageWatermark) static
IsTextEmpty(PageWatermark) static
IsWatermarkEmpty(PageWatermark) static
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PageWatermark Class

DevExpress.XtraPrinting.Drawing Namespace