| ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > LoadPage Method |
Loads a single page from any supported i/o location. This method stitches page's tiles in the case of TileNum = -1.
LoadPage(Page As IGPage, IOLocation As IIGIOLocation, PageNum As
Long, TileNum As Long, LoadOptions As IGLoadOptions)
| Name | Description |
|---|---|
| Page | A page for loading |
| IOLocation | Location of the page |
| PageNum | Zero-based page number |
| TileNum | Zero-based tile number |
| LoadOptions | Loading options |
N/A
N/A
Core