| ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > ReadPagesToDocument Method |
Reads range of pages from associated i/o location into the document previously opened with OpenDocument Method.
ReadPagesToDocument(Document as IGDocument, StartPage as Long,
PageCount as Long) as Boolean
| Name | Description |
|---|---|
| Document | A document into which the pages must be loaded |
| StartPage | Zero-based start page index |
| PageCount | A count of pages to be read into the document |
N/A
N/A
Core