ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearSavingModes Enumeration |
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