Lists all saving modes.
Syntax
__value public enum ImGearSavingModes : public System.Enum
public enum class ImGearSavingModes : public System.Enum
Members
Member | Description |
APPEND | 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 | 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. |
Inheritance Hierarchy
See Also