BarCodeImageFormat Enumeration |
Specifies the file format of the image.
Namespace:
Aspose.BarCode
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic enum BarCodeImageFormat
Public Enumeration BarCodeImageFormat
public enum class BarCodeImageFormat
Members
| Member name | Value | Description |
---|
| Bmp | 0 |
Specifies the bitmap (BMP) image format.
|
| Gif | 1 |
Specifies the Graphics Interchange Format (GIF) image format.
|
| Jpeg | 2 |
Specifies the Joint Photographic Experts Group (JPEG) image format.
|
| Png | 3 |
Specifies the W3C Portable Network Graphics (PNG) image format.
|
| Tiff | 4 |
Specifies the Tagged Image File Format (TIFF) image format.
|
| TiffInCmyk | 5 |
Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.
|
| Emf | 6 |
Specifies the Enhanced Metafile (EMF) image format.
|
| Svg | 7 |
Specifies the Scalable Vector Graphics (SVG) image format.
|
See Also