Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- document
- ImageGear document to save.
- stream
- NET stream to write an image to.
- startPageInFile
- The number of a start page in the image file where document pages are saved.
- mode
- Specifies how new pages should be saved to an image; replace pages, insert pages, append pages, or overwrite the entire image.
- 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.
This method allows you to save the entire document in a single call. Both page pixel data and page
metadata are saved. If a new image is created (or overwritten), document level metadata is saved as
well, otherwise, it is ignored.