ImageFormats {Microsoft.VisualBasic.Imaging} | .NET clr documentation |
Specifies the file format of the image.
# namespace Microsoft.VisualBasic.Imaging
export class ImageFormats extends Enum {
Unknown: ImageFormats = 0;
# Gets the bitmap (BMP) image format.
Bmp: ImageFormats = 1;
# Gets the enhanced metafile (EMF) image format.
Emf: ImageFormats = 2;
# Gets the Exchangeable Image File (Exif) format.
Exif: ImageFormats = 3;
# Gets the Graphics Interchange Format (GIF) image format.
Gif: ImageFormats = 4;
# Gets the Windows icon image format.
Icon: ImageFormats = 5;
# Gets the Joint Photographic Experts Group (JPEG) image format.
Jpeg: ImageFormats = 6;
# Gets the format of a bitmap in memory.
MemoryBmp: ImageFormats = 7;
# Gets the W3C Portable Network Graphics (PNG) image format.
Png: ImageFormats = 8;
# Gets the Tagged Image File Format (TIFF) image format.
Tiff: ImageFormats = 9;
# Gets the Windows metafile (WMF) image format.
Wmf: ImageFormats = 10;
# Base64
Base64: ImageFormats = 11;
Webp: ImageFormats = 12;
Svg: ImageFormats = 13;
Pdf: ImageFormats = 14;
}
Unknown
: ImageFormatsBmp
: ImageFormatsEmf
: ImageFormatsExif
: ImageFormatsGif
: ImageFormatsIcon
: ImageFormatsJpeg
: ImageFormatsMemoryBmp
: ImageFormatsPng
: ImageFormatsTiff
: ImageFormatsWmf
: ImageFormatsBase64
: ImageFormatsWebp
: ImageFormatsSvg
: ImageFormatsPdf
: ImageFormats