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

Public Attributes

const PNG = "PNG"
 
const JPEG = "JPEG"
 
const BMP = "BMP"
 
const GIF = "GIF"
 

Detailed Description

Specifies the file format of the image.

Member Data Documentation

◆ BMP

const BMP = "BMP"

Specifies the bitmap (BMP) image format.

◆ GIF

const GIF = "GIF"

Specifies the Graphics Interchange Format (GIF) image format.

◆ JPEG

const JPEG = "JPEG"

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

◆ PNG

const PNG = "PNG"

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