BarCodeImageFormat

BarCodeImageFormat enumeration

Specifies the file format of the image.

Members

Member nameDescription
BMPSpecifies the bitmap (BMP) image format.
GIFSpecifies the Graphics Interchange Format (GIF) image format.
JPEGSpecifies the Joint Photographic Experts Group (JPEG) image format.
PNGSpecifies the W3C Portable Network Graphics (PNG) image format.
TIFFSpecifies the Tagged Image File Format (TIFF) image format.
TIFF_IN_CMYKSpecifies the Tagged Image File Format (TIFF) image format in CMYK color model.
(Supported only on Windows platform, on *nix platforms is saved as Tiff)
EMFSpecifies the Enhanced Metafile (EMF) image format.
(Supported only on Windows platform, on *nix platforms is saved as PNG)
SVGSpecifies the Scalable Vector Graphics (SVG) image format.
PDFSpecifies the Portable Document Format (PDF) image format.

See Also