TXTextControlWeb.loadSelection Method

Loads text in a certain format into the current selection.

Syntax

[JavaScript]
<void> TXTextControlWeb.loadSelection(<StreamType> streamType, <string> base64Data);
Parameter Description
streamType

Specifies one of the numerical StreamType values.

base64Data

Base64 encoded document data.

Example

For an example on how to use this function have a look at the description of the loadDocument function.