ITextRange.SetTextViaStream(TextSetOptions, IRandomAccessStream) Method

Definition

Sets the text in the text range based on the contents of a random access stream.

public:
 void SetTextViaStream(TextSetOptions options, IRandomAccessStream ^ value);
void SetTextViaStream(TextSetOptions const& options, IRandomAccessStream const& value);
public void SetTextViaStream(TextSetOptions options, IRandomAccessStream value);
function setTextViaStream(options, value)
Public Sub SetTextViaStream (options As TextSetOptions, value As IRandomAccessStream)

Parameters

options
TextSetOptions

The text options.

value
IRandomAccessStream

The random access stream.

Applies to

See also