Enum BarCodeImageFormat

BarCodeImageFormat enumeration

Specifies the file format of the image.

public enum BarCodeImageFormat

Values

NameValueDescription
Bmp0Specifies the bitmap (BMP) image format.
Gif1Specifies the Graphics Interchange Format (GIF) image format.
Jpeg2Specifies the Joint Photographic Experts Group (JPEG) image format.
Png3Specifies the W3C Portable Network Graphics (PNG) image format.
Tiff4Specifies the Tagged Image File Format (TIFF) image format.
TiffInCmyk5Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. (Supported only on Windows platform, on *nix platforms is saved as Tiff)
Emf6Specifies the Enhanced Metafile (EMF) image format. (Supported only on Windows platform, on *nix platforms is saved as PNG)
Svg7Specifies the Scalable Vector Graphics (SVG) image format.

See Also