Initializes a new instance of the PictureWatermark class.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Image
Image for picture watermark
washout
Boolean
IsWashout property

See Also