Watermark Methods
A document’s watermark.| Name | Description |
|---|---|
| CopyFrom(Watermark) | Duplicates the properties of the specified watermark object into the current instance of the Watermark class. |
| CreateDefaultFont() static | Inherited from PageWatermark. |
| Dispose() | Disposes of the PageWatermark object. Inherited from PageWatermark. |
| 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 Watermark instance. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current Watermark object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsImageEmpty(PageWatermark) static | Inherited from PageWatermark. |
| IsTextEmpty(PageWatermark) static | Inherited from PageWatermark. |
| IsWatermarkEmpty(PageWatermark) static | Inherited from PageWatermark. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| NeedDraw(Int32, Int32) | For internal use. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RestoreFromStream(Stream) | Loads a watermark’s settings from the specified stream. |
| RestoreFromXml(String) | Loads a watermark’s settings from the specified XML file. |
| SaveToStream(Stream) | Saves the current watermark to the specified stream. |
| SaveToXml(String) | Saves the current watermark to an XML file. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also