ImageGear23.Core Assembly > ImageGear.Formats Namespace : ImGearSavingModes Enumeration |
'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
Member | Value | Description |
---|---|---|
APPEND | 1 | New 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. |
INSERT | 2 | New pages are inserted into existing image. |
OVERWRITE | 0 | A new image is created during saving. If old image exists, it is overwritten. |
REPLACE | 3 | New pages replace existing pages in the image. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearSavingModes