| ImageGearJava Project > com.accusoft.imagegear.formats Package : ImGearSavingModes Enumeration |
This enumeration specifies available saving modes, such as overwrite image, insert page, etc.
| Member | Description |
|---|---|
| APPEND | New pages are appended to existing image. Any time ImGearSavingModes method is used with ImGearSavingModes.APPEND, the stream must be at the beginning of the file to be appended to. |
| INSERT | New pages are inserted into existing image. |
| OVERWRITE | A new image is created during saving. If old image exists, it is overwritten. |
| REPLACE | New pages replace existing pages in the image. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.formats.ImGearSavingModes