<< Click to Display Table of Contents >> ReadDocStreamPageRange |
[Professional Edition and above]
Identical to ReadDocStream(), but reads only the given range of pages from a stream.
method boolean VPE.ReadDocStreamPageRange(
TVPEStream stream,
long FromPage,
long ToPage
)
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.
long FromPage
starting page of the page range
long ToPage
ending page of the page range
Returns:
Value |
Description |
True |
Success |
False |
Failure |