ImageSaveFormat Enumeration |
An enumeration of supported image file formats when saving an image.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic enum ImageSaveFormat
Public Enumeration ImageSaveFormat
Members| Member name | Value | Description |
|---|
| Bmp | 0 |
Bitmap (BMP) format.
|
| Gif | 1 |
Graphics Interchange Format (GIF).
|
| Jpeg | 2 |
Joint Photographics Experts Group (JPEG) format.
|
| Png | 3 |
Portable Network Graphics (PNG) format.
|
| Tiff | 4 |
Tagged Image File Format (TIFF).
|
| Wmp | 5 |
Windows Media Photo format.
|
See Also