| << Click to Display Table of Contents >> WriteDocPageRange |     | 
[Professional Edition and above]
Identical to WriteDoc(), but writes only the given range of pages to a document file.
method boolean VPE.WriteDocPageRange(
string FileName,
long FromPage,
long ToPage
)
string FileName
the path and filename
long FromPage
starting page of the page range
long ToPage
ending page of the page range
Returns:
| Value | Description | 
| True | Success | 
| False | Failure |