ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFormats Class > savePage Method : savePage(ImGearPage,ImGearStream,int,ImGearSavingModes,ImGearSavingFormats) Method |
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
public static void savePage( ImGearPage page, ImGearStream stream, int pageNum, ImGearSavingModes saveMode, ImGearSavingFormats saveFormat ) |
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