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 |
|---|---|
| ActualImageSource | |
| Font |
Gets or sets the font of the PageWatermark.
|
| ForeColor | Gets or sets the foreground color of the PageWatermark‘s text. |
| Image | For internal use. |
| ImageAlign | Gets or sets the position of the PageWatermark‘s picture. |
| ImageAlignment | Gets or sets the position of the PageWatermark‘s picture. Use this property in non-Windows environments. |
| ImagePosition | Specifies whether a picture watermark should be printed behind or in front of page content. |
| ImageSource |
Gets or sets the image of the PageWatermark.
|
| 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. |
| IsEmpty | |
| Text | Gets or sets a PageWatermark‘s text. |
| TextDirection | Gets or sets the incline of the PageWatermark‘s text. |
| TextPosition | Specifies whether a text watermark should be printed behind or in front of page content. |
| TextTransparency | Gets or sets the transparency of the PageWatermark‘s text. |
Methods
| Name | Description |
|---|---|
| CreateDefaultFont() static | |
| 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. |
| IsImageEmpty(PageWatermark) static | |
| IsTextEmpty(PageWatermark) static | |
| IsWatermarkEmpty(PageWatermark) static | |
| 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