BarCodeImageFormat Enumeration

Specifies the file format of the image.

Namespace:  Aspose.BarCode
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public enum BarCodeImageFormat
Members
  Member nameValueDescription
Bmp0 Specifies the bitmap (BMP) image format.
Gif1 Specifies the Graphics Interchange Format (GIF) image format.
Jpeg2 Specifies the Joint Photographic Experts Group (JPEG) image format.
Png3 Specifies the W3C Portable Network Graphics (PNG) image format.
Tiff4 Specifies the Tagged Image File Format (TIFF) image format.
TiffInCmyk5 Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.
Emf6 Specifies the Enhanced Metafile (EMF) image format.
Svg7 Specifies the Scalable Vector Graphics (SVG) image format.
See Also