Click or drag to resize

ITextBufferSave Method

Saves the buffer into a stream with the specified format.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Save(
	Stream stream,
	RichTextAreaFormat format
)

Parameters

stream
Type: System.IOStream
Stream to save to.
format
Type: Eto.FormsRichTextAreaFormat
Format to save into the stream.
See Also