ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > LoadDocument Method |
Loads range of pages from any supported i/o location.
LoadDocument(Document as IGDocument, IOLocation as
IIGIOLocation, StartPageFile as Long, StartIndexDoc as Long,
PageCount as Long, LoadOptions as IGLoadOptions)
Name | Description |
---|---|
Document | A document the specified pages must be loaded into |
IOLocation | Location of the pages that must be loaded into the document |
StartPageFile | Zero-based start page index at the location for loading into the document |
StartIndexDoc | Zero-based start page index in the document |
PageCount | A count of pages to be loaded into the document |
LoadOptions | Loading options |
N/A
N/A
Core