ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFormats Class : saveDocument Method |
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
public static void saveDocument( ImGearDocument document, ImGearStream stream, int startPageInFile, ImGearSavingModes mode, ImGearSavingFormats saveFormat, ImGearSaveOptions saveOptions ) |
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