| << Click to Display Table of Contents >> ReadDocPageRange |     | 
[Professional Edition and above]
Identical to ReadDoc(), but reads only the given range of pages from a document file.
method boolean VPE.ReadDocPageRange(
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 | 
Remarks:
In case of an error, LastError is set.