Enum BarCodeImageFormat
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. |
TiffInCmyk | 5 | Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. (Supported only on Windows platform, on *nix platforms is saved as Tiff) |
Emf | 6 | Specifies the Enhanced Metafile (EMF) image format. (Supported only on Windows platform, on *nix platforms is saved as PNG) |
Svg | 7 | Specifies the Scalable Vector Graphics (SVG) image format. |
8 | Specifies the Portable Document Format (PDF) image format. |
See Also
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode