ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > SavePage Method |
Saves single page to the any supported i/o location using save options.
SavePage(Page as IGPage, IOLocation as IIGIOLocation, PageNumber
as Long, Mode as enumIGPageSaveModes, SaveOptions as
IGSaveOptions)
Name | Description |
---|---|
Page | A page to be saved |
IOLocation | Location to which to save the document |
PageNumber | Zero-based page index at the location to which to save the page |
Mode | Page saving mode. Can be `overwrite', `append', `replace' |
SaveOptions | Saving options |
N/A
N/A
Core