ImageGear for Java
ImGearSavingModes Enumeration
Lists all saving modes.

This enumeration specifies available saving modes, such as overwrite image, insert page, etc.

Members
MemberDescription
APPENDNew 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.
INSERTNew pages are inserted into existing image.
OVERWRITEA new image is created during saving. If old image exists, it is overwritten.
REPLACENew pages replace existing pages in the image.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.formats.ImGearSavingModes

See Also

Reference

com.accusoft.imagegear.formats Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback