Saves the buffer into a stream with the specified format.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid Save(
	Stream stream,
	RichTextAreaFormat format
)
Sub Save ( 
	stream As Stream,
	format As RichTextAreaFormat
)
abstract Save : 
        stream : Stream * 
        format : RichTextAreaFormat -> unit 
Parameters
- stream
- Type: System.IOStream
 Stream to save to.
- format
- Type: Eto.FormsRichTextAreaFormat
 Format to save into the stream.
 See Also
See Also