| ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > SavePageToFile Method |
Saves a single page to the disk file.
SavePageToFile(Page as IGPage, FileName as String, PageNumber as
Long, Mode as enumIGPageSaveModes, SaveFormat as
enumIGSaveFormats)
| Name | Description |
|---|---|
| Page | A page to be saved |
| FileName | Name of the disk file to which to save the page |
| PageNumber | Zero-based page index at the location to which to save the page |
| Mode | Document saving mode. Can be `default', `overwrite', `append', `insert', `replace' |
| SaveFormat | A file format to which to save page |
N/A
N/A
Core