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