BarCodeImageFormat

BarCodeImageFormat enumeration

Specifies the file format of the image.

Members

Member name Description
BMP Specifies the bitmap (BMP) image format.
GIF Specifies the Graphics Interchange Format (GIF) image format.
JPEG Specifies the Joint Photographic Experts Group (JPEG) image format.
PNG Specifies the W3C Portable Network Graphics (PNG) image format.
TIFF Specifies the Tagged Image File Format (TIFF) image format.
TIFF_IN_CMYK Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.
(Supported only on Windows platform, on *nix platforms is saved as Tiff)
EMF Specifies the Enhanced Metafile (EMF) image format.
(Supported only on Windows platform, on *nix platforms is saved as PNG)
SVG Specifies the Scalable Vector Graphics (SVG) image format.

See Also