ImageWatermark
Leave feedback
On this page
Initializes a new instance of the ImageWatermark class with a specified file path.
public ImageWatermark(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The path to the image that will be used as watermark. |
- class ImageWatermark
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
Initializes a new instance of the ImageWatermark class with a specified stream.
public ImageWatermark(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream containing the image that will be used as watermark. |
- class ImageWatermark
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.