![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Public Attributes | |
const | BMP = 0 |
const | GIF = 1 |
const | JPEG = 2 |
const | PNG = 3 |
const | TIFF = 4 |
const | TIFF_IN_CMYK = 5 |
const | EMF = 6 |
const | SVG = 7 |
Specifies the file format of the image.
const BarCodeImageFormat::BMP = 0 |
Specifies the bitmap (BMP) image format.
const BarCodeImageFormat::EMF = 6 |
Specifies the Enhanced Metafile (EMF) image format.
const BarCodeImageFormat::GIF = 1 |
Specifies the Graphics Interchange Format (GIF) image format.
const BarCodeImageFormat::JPEG = 2 |
Specifies the Joint Photographic Experts Group (JPEG) image format.
const BarCodeImageFormat::PNG = 3 |
Specifies the W3C Portable Network Graphics (PNG) image format.
const BarCodeImageFormat::SVG = 7 |
Specifies the Scalable Vector Graphics (SVG) image format.
const BarCodeImageFormat::TIFF = 4 |
Specifies the Tagged Image File Format (TIFF) image format.
const BarCodeImageFormat::TIFF_IN_CMYK = 5 |
Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.