ITextRange.GetTextViaStream(TextGetOptions, IRandomAccessStream) Method

Definition

Retrieves the text in the text range according to the specified conversion flags, as a random access stream.

public:
 void GetTextViaStream(TextGetOptions options, IRandomAccessStream ^ value);
void GetTextViaStream(TextGetOptions const& options, IRandomAccessStream const& value);
public void GetTextViaStream(TextGetOptions options, IRandomAccessStream value);
function getTextViaStream(options, value)
Public Sub GetTextViaStream (options As TextGetOptions, value As IRandomAccessStream)

Parameters

options
TextGetOptions

The conversion flags that control how the text is retrieved. A value of default retrieves the plain text in the text range.

value
IRandomAccessStream

The text stream.

Applies to

See also