ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > LoadPageFromFile Method |
Loads a single page from the disk file. This method stitches page's parts during loading, if the image is tiled.
LoadPageFromFile(Page As IGPage, FileName As String, PageNum As
Long)
Name | Description |
---|---|
Page | The page to load. |
FileName | The name of the file from which to read the page. |
PageNum | Zero-based page number. |
N/A
N/A
Core