ImageGear for Java
saveDocument Method
ImageGear document to save.
ImGearStream to write an image to.
The number of a start page in the image file where document pages are saved.
Specifies how new pages should be saved to an image; replace pages, insert pages, append pages, or overwrite the entire image.
The format to save new pages in. This is a combination of a file format and a compresison (e.g., TIFF-G4).
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.

com.accusoft.imagegear.core.ImGearDocumentT:com.accusoft.imagegear.formats.ImGearSavingModesT:com.accusoft.imagegear.formats.ImGearSaveOptions

Saves document to an image.
Syntax

Parameters

document
ImageGear document to save.
stream
ImGearStream 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.

com.accusoft.imagegear.core.ImGearDocumentT:com.accusoft.imagegear.formats.ImGearSavingModesT:com.accusoft.imagegear.formats.ImGearSaveOptions

See Also

Reference

ImGearFileFormats Class
ImGearFileFormats Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback