ImageGear for Java
savePage(ImGearPage,ImGearStream,int,ImGearSavingModes,ImGearSavingFormats) Method
ImageGear page to save.
ImGearFileStream to write an image to.
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.
The format to save new pages in. This is a combination of a file format and a compresison (e.g., TIFF-G4).

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.

com.accusoft.imagegear.core.ImGearPageT:com.accusoft.imagegear.formats.ImGearSavingFormats

Saves page to an image.
Syntax

Parameters

page
ImageGear page to save.
stream
ImGearFileStream to write an image to.
pageNum
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 compresison (e.g., TIFF-G4).

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.

com.accusoft.imagegear.core.ImGearPageT:com.accusoft.imagegear.formats.ImGearSavingFormats

See Also

Reference

ImGearFileFormats Class
ImGearFileFormats Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback