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