Aspose.Barcode for PHP via Java  21.7
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
 

Detailed Description

Specifies the file format of the image.

Member Data Documentation

◆ BMP

const BMP = 0

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

◆ GIF

const GIF = 1

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

◆ JPEG

const JPEG = 2

Specifies the bitmap (BMP) image format.

◆ PNG

const PNG = 3

Specifies the Graphics Interchange Format (GIF) image format.