ImageGear .NET - Updated
ImGearSavingModes Enumeration




ImageGear24.Core Assembly > ImageGear.Formats Namespace : ImGearSavingModes Enumeration
Lists all saving modes.
Syntax
'Declaration
 
Public Enum ImGearSavingModes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearSavingModes
public enum ImGearSavingModes : System.Enum 
__value public enum ImGearSavingModes : public System.Enum 
public enum class ImGearSavingModes : public System.Enum 
Members
MemberDescription
APPENDNew pages are appended to existing image. Any time ImGearFileFormats.SavePage 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.
Remarks
This enumeration specifies available saving modes, such as overwrite image, insert page, etc.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearSavingModes

See Also

Reference

ImageGear.Formats Namespace