Specifies the supported image formats

Namespace: Neodynamic.SDK.Printing
Assembly: 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 nameValueDescription
Bmp0 Specifies the format of the output image is BMP (Bitmap)
Gif1 Specifies the format of the output image is GIF (Graphics Interchange Format)
Jpeg2 Specifies the format of the output image is JPEG (Joint Photographic Experts Group)
Png3 Specifies the format of the output image is PNG (Portable Network Graphics)
Tiff4 Specifies the format of the output image is TIFF (Tagged Image File Format)

See Also