BarCodeImageFormat
BarCodeImageFormat enum
Module: aspose_barcode.generation.barcode_image_format
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. |
BarCodeImageFormat.BMP
Type: int
Value: 0
Specifies the bitmap (BMP) image format.
BarCodeImageFormat.EMF
Type: int
Value: 6
Specifies the Enhanced Metafile (EMF) image format.
BarCodeImageFormat.GIF
Type: int
Value: 1
Specifies the Graphics Interchange Format (GIF) image format.
BarCodeImageFormat.JPEG
Type: int
Value: 2
Specifies the Joint Photographic Experts Group (JPEG) image format.
BarCodeImageFormat.PDF
Type: int
Value: 8
Specifies the Portable Document Format (PDF) image format.
BarCodeImageFormat.PNG
Type: int
Value: 3
Specifies the W3C Portable Network Graphics (PNG) image format.
BarCodeImageFormat.SVG
Type: int
Value: 7
Specifies the Scalable Vector Graphics (SVG) image format.
BarCodeImageFormat.TIFF
Type: int
Value: 4
Specifies the Tagged Image File Format (TIFF) image format.
BarCodeImageFormat.TIFF_IN_CMYK
Type: int
Value: 5
Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.