BarCodeImageFormat
Contents
[
Hide
]BarCodeImageFormat enum
Namespace: Aspose.Barcode.Generation
Specifies the file format of the image.
Enum Values
| Name | Value | Description |
|---|---|---|
| BMP | 0 | Specifies the bitmap (BMP) image format. |
| EMF | 6 | Specifies the Enhanced Metafile (EMF) image format. |
| GIF | 1 | Specifies the Graphics Interchange Format (GIF) image format. |
| JPEG | 2 | Specifies the Joint Photographic Experts Group (JPEG) image format. |
8 | Specifies the Portable Document Format (PDF) image format. | |
| PNG | 3 | Specifies the W3C Portable Network Graphics (PNG) image format. |
| SVG | 7 | Specifies the Scalable Vector Graphics (SVG) image format. |
| TIFF | 4 | Specifies the Tagged Image File Format (TIFF) image format. |
| TIFF_IN_CMYK | 5 | Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. |