Visual Basic
C#
Managed Extensions for C++
C++/CLI
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.
- mode
- 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 compresison (e.g., TIFF-G4).
- saveOptions
- Additional saving options such as thumbnail dimensions.
Both page pixel data and page metadata are saved by this method.
Note: Any time SavePage is used with ImGearSavingModes.APPEND, the stream must be at the beginning of the file to be appended to.