SetContent Method (ContentStream)
In This Topic
For internal use. Sets the content of this
ContentStream from the specified
System.IO.MemoryStream. If is true then stream content will be copied and it should be disposed; otherwise ( is false) the content stream will use passed stream.
Syntax
'Declaration
Public Sub SetContent( _
ByVal As System.IO.MemoryStream, _
Optional ByVal As System.Boolean _
)
public void SetContent(
System.IO.MemoryStream ,
System.bool
)
Parameters
- stream
- copyStream
See Also