| << Click to Display Table of Contents >> WriteDocStream |     | 
[Professional Edition and above]
Identical to WriteDoc(), but writes the document to a stream. Currently the only type of stream offered by VPE is a memory stream.
method boolean VPE.WriteDocStream(
TVPEStream stream
)
TVPEStream stream
The stream-object where the document is written to. The stream must have been created before by calling CreateMemoryStream().
Returns:
| Value | Description | 
| True | Success | 
| False | Failure |