Click or drag to resize

PictureWatermark Constructor (Image, Boolean)

Initializes a new instance of the PictureWatermark class with the specified image and washout option.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public PictureWatermark(
	Image image,
	bool washout
)

Parameters

image
Type: System.Drawing Image
The image to use as the watermark.
washout
Type: System Boolean
A boolean indicating whether the watermark should be washed out (i.e., semi-transparent).
See Also