WriteDocStreamPageRange

<< Click to Display Table of Contents >>

Navigation:  Management >

WriteDocStreamPageRange

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Identical to WriteDocStream(), but writes only the given range of pages to a stream.

method boolean VPE.WriteDocStreamPageRange(

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().

long FromPage

starting page of the page range

long ToPage

ending page of the page range

Returns:

Value

Description

True

Success

False

Failure