RichEditTextDocument.SaveToStream(TextGetOptions, IRandomAccessStream) Method

Definition

Saves the document to a stream.

public:
 virtual void SaveToStream(TextGetOptions options, IRandomAccessStream ^ value) = SaveToStream;
void SaveToStream(TextGetOptions const& options, IRandomAccessStream const& value);
public void SaveToStream(TextGetOptions options, IRandomAccessStream value);
function saveToStream(options, value)
Public Sub SaveToStream (options As TextGetOptions, value As IRandomAccessStream)

Parameters

options
TextGetOptions

The text options for saving the document.

value
IRandomAccessStream

The random access stream for saving the document.

Implements

Applies to