| 
Background
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