Saves page to an image.
Syntax
Parameters
- page
- ImageGear page to save.
- stream
- NET stream to write an image to.
- pageNumber
- Specifies page number in the image where to put a new page. New page can
replace current page, or be inserted depending on the mode parameter.
- saveMode
- Specifies how new page should be saved to an image; replace page, insert page,
append page, or overwrite the entire image.Any time SavePage is used with ImGearSavingModes.APPEND,
the stream must be at the beginning of the file to be appended to.
- saveFormat
- The format to save new pages in. This is a combination of a file format and
a compression (e.g., TIFF-G4).
See Also