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

Syntax

{
   data: <string>,
   streamType: <StreamType>,
   bytesWritten: <number>
}

Introduced: X13.

Properties

Property Description
bytesWritten Specifies the number of bytes written during a save operation.
data The Document data.
streamType Specifies one of the StreamType values.