Skip to main content
A newer version of this page is available. .

PageWatermark Members

Represents a page’s watermark.

Constructors

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

Properties

Name Description
ActualImage For internal use.
Font Gets or sets the font of the PageWatermark.
ForeColor Gets or sets the foreground color of the PageWatermark‘s text.
Image Gets or sets the PageWatermark‘s picture.
ImageAlign Gets or sets the position of the PageWatermark‘s picture.
ImageTiling Gets or sets a value indicating if a PageWatermark‘s picture should be tiled.
ImageTransparency Gets or sets the transparency of the watermark’s image.
ImageViewMode Gets or sets the mode in which a picture PageWatermark is displayed.
ShowBehind Gets or sets a value indicating whether a watermark should be printed behind or in front of the contents of a page.
Text Gets or sets a PageWatermark‘s text.
TextDirection Gets or sets the incline of the PageWatermark‘s text.
TextTransparency Gets or sets the transparency of the PageWatermark‘s text.

Methods

Name Description
Dispose() Disposes of the PageWatermark object.
Equals(Object, Object) static Determines 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.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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