The ImageWatermark type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImageWatermark | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| ApplyWatermark |
Puts the watermark on the image.
(Overrides WatermarkBase..::.ApplyWatermark(InputImageFile).) |
|
| Clear |
Disposes the internal Image object.
(Overrides WatermarkBase..::.Clear()()().) |
|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other
cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
| GetHashCode |
Serves as a hash function for a particular
type. GetHashCode()()() is suitable for use in hashing algorithms
and data structures like a hash table.
(Inherited from Object.) |
|
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| IsValid |
Determines whether the watermark is valid (has
enough information to apply the watermark).
(Inherited from WatermarkBase.) |
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
| SetWatermarkImage |
Loads the watermark image from an image
file.
|
|
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Angle |
Gets or sets the watermark rotation
angle.
|
|
| ColorizeBlue |
Gets or sets the blue colorization component
(from 0 to 100).
|
|
| ColorizeGreen |
Gets or sets the green colorization component
(from 0 to 100).
|
|
| ColorizeRed |
Gets or sets the red colorization component
(from 0 to 100).
|
|
| Image |
Gets or sets the Image object of the watermark.
|
|
| Margins |
Gets or sets watermark margins.
|
|
| Placement |
Gets or sets the watermark placement.
|
|
| Scale |
Gets or sets the scaling factor for the
watermark image.
|
|
| Transparency |
Gets or sets the watermark transparency.
|
|
| TransparentColor |
Gets or sets the transparency color. This
value will be ignored if the overall Transparency
is used.
|