Enum ImageFormat
Specifies the supported image formats
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum ImageFormat
Fields
Bmp
Specifies the format of the output image is BMP (Bitmap)
Declaration
Bmp = 0
Field Value
Type | Description |
---|---|
ImageFormat |
Gif
Specifies the format of the output image is GIF (Graphics Interchange Format)
Declaration
Gif = 1
Field Value
Type | Description |
---|---|
ImageFormat |
Jpeg
Specifies the format of the output image is JPEG (Joint Photographic Experts Group)
Declaration
Jpeg = 2
Field Value
Type | Description |
---|---|
ImageFormat |
Png
Specifies the format of the output image is PNG (Portable Network Graphics)
Declaration
Png = 3
Field Value
Type | Description |
---|---|
ImageFormat |
Tiff
Specifies the format of the output image is TIFF (Tagged Image File Format)
Declaration
Tiff = 4
Field Value
Type | Description |
---|---|
ImageFormat |