<< Click to Display Table of Contents >> VpeWriteDocStream |
[Professional Edition and above]
Identical to VpeWriteDoc(), but writes the document to a stream. Currently the only type of stream offered by VPE is a memory stream.
int VpeWriteDocStream(
VpeHandle hDoc,
VpeHandle hStream
)
VpeHandle hDoc
Document Handle
VpeHandle hStream
The handle of the stream where the document is written to. The stream must have been created before by calling VpeCreateMemoryStream().
Returns:
Value |
Description |
True |
Success |
False |
Failure |