SaveDocument(Stream,Boolean) Method
In This Topic
Saves the current editor content to the stream.
Syntax
'Declaration
Public Overloads Sub SaveDocument( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Boolean _
)
public void SaveDocument(
System.IO.Stream ,
System.bool
)
Parameters
- stream
- Stream to save the content.
- leaveOpen
- true to leave the stream open after the System.IO.BinaryReader object is disposed; otherwise, false.
See Also