| 
DocPicture
LoadImage Method (String)
  | 
 Loads the image.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void LoadImage(
	string imgFile
)
 
Public Sub LoadImage ( 
	imgFile As String
)
 
public:
void LoadImage(
	String^ imgFile
)
 
member LoadImage : 
imgFile : string -> unit 
 
 
 
Parameters
 
- 
imgFile
 
- 
 Type:
 
System
String
 
 The img file.
 
 See Also
See Also