WebImage.AddImageWatermark Method
Include Protected Members
Include Inherited Members
Adds a watermark image to the WebImage object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddImageWatermark(String, Int32, Int32, String, String, Int32, Int32) | Adds a watermark image using a path to the watermark image. | |
AddImageWatermark(WebImage, Int32, Int32, String, String, Int32, Int32) | Adds a watermark image using the specified image object. |
Top