ITextRange.GetTextViaStream(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.
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.