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