TXTextControl.SaveDocumentResult Object

The callback function argument for the saveDocument and the saveSelection functions.

Introduced: 23.0.

Syntax

[JavaScript]
{
    data: <string>,
    streamType: <integer>
}

Properties

Property Description
data The Document data.
streamType Specifies one of the StreamType values.