| 
PictureWatermark
SetPicture Method (String)
  | 
 Sets the picture.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void SetPicture(
	string ImgFile
)
 
Public Sub SetPicture ( 
	ImgFile As String
)
 
public:
void SetPicture(
	String^ ImgFile
)
 
member SetPicture : 
ImgFile : string -> unit 
 
 
 
Parameters
 
- 
ImgFile
 
- 
 Type:
 
System
String
 
 The image file.
 
 See Also
See Also