ImGearSavingModes Enumeration
In This Topic
Lists all saving modes.
Syntax
Members
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. |
Inheritance Hierarchy
See Also