| 
MergeImageFieldEventArgs
SetImage Method (Stream)
  | 
 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(
	Stream imgStream
)
 
Public Sub SetImage ( 
	imgStream As Stream
)
 
public:
void SetImage(
	Stream^ imgStream
)
 
member SetImage : 
imgStream : Stream -> unit 
 
 
 
Parameters
 
- 
imgStream
 
- 
 Type:
 
System.IO
Stream
 
 The image stream.
 
 See Also
See Also