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