Specifies the supported image formats
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public enum ImageFormat |
Visual Basic |
---|
Public Enumeration ImageFormat |
Visual C++ |
---|
public enum class ImageFormat |
Members
Member name | Value | Description | |
---|---|---|---|
Bmp | 0 | Specifies the format of the output image is BMP (Bitmap) | |
Gif | 1 | Specifies the format of the output image is GIF (Graphics Interchange Format) | |
Jpeg | 2 | Specifies the format of the output image is JPEG (Joint Photographic Experts Group) | |
Png | 3 | Specifies the format of the output image is PNG (Portable Network Graphics) | |
Tiff | 4 | Specifies the format of the output image is TIFF (Tagged Image File Format) |