‪Aspose.Barcode for PHP via Java  22.4
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
BarCodeImageFormat Class Reference

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
 

Detailed Description

Specifies the file format of the image.

Member Data Documentation

◆ BMP

const BarCodeImageFormat::BMP = 0

Specifies the bitmap (BMP) image format.

◆ EMF

const BarCodeImageFormat::EMF = 6

Specifies the Enhanced Metafile (EMF) image format.

◆ GIF

const BarCodeImageFormat::GIF = 1

Specifies the Graphics Interchange Format (GIF) image format.

◆ JPEG

const BarCodeImageFormat::JPEG = 2

Specifies the Joint Photographic Experts Group (JPEG) image format.

◆ PNG

const BarCodeImageFormat::PNG = 3

Specifies the W3C Portable Network Graphics (PNG) image format.

◆ SVG

const BarCodeImageFormat::SVG = 7

Specifies the Scalable Vector Graphics (SVG) image format.

◆ TIFF

const BarCodeImageFormat::TIFF = 4

Specifies the Tagged Image File Format (TIFF) image format.

◆ TIFF_IN_CMYK

const BarCodeImageFormat::TIFF_IN_CMYK = 5

Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.