| 
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
Syntax
 
 
public PictureWatermark(
	Image image,
	bool washout
)
 
Public Sub New ( 
	image As Image,
	washout As Boolean
)
 
public:
PictureWatermark(
	Image^ image, 
	bool washout
)
 
new : 
image : Image * 
washout : bool -> PictureWatermark
 
 
 
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
See Also