RichEditTextDocument.SaveToStream(TextGetOptions, IRandomAccessStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.