BarCodeImageFormat
Contents
[
Hide
]BarCodeImageFormat enumeration
Specifies the file format of the image.
public enum BarCodeImageFormat
Values
| 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. |
| TIFF_IN_CMYK | 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. |
8 | Specifies the Portable Document Format (PDF) image format. |
See Also
- assembly Aspose.BarCode