ImageWatermark

ImageWatermark(string)

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.

See Also


ImageWatermark(Stream)

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.

See Also