Click or drag to resize

ImageSaveFormat Enumeration

An enumeration of supported image file formats when saving an image.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum ImageSaveFormat
Members
Member nameValueDescription
Bmp0 Bitmap (BMP) format.
Gif1 Graphics Interchange Format (GIF).
Jpeg2 Joint Photographics Experts Group (JPEG) format.
Png3 Portable Network Graphics (PNG) format.
Tiff4 Tagged Image File Format (TIFF).
Wmp5 Windows Media Photo format.
See Also