Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
BarCodeImageFormat Class Reference

Specifies the file format of the image. More...

Inherits Enum.

Static Public Attributes

int BMP = 0
 Specifies the bitmap (BMP) image format. More...
 
int EMF = 6
 Specifies the Enhanced Metafile (EMF) image format. More...
 
int GIF = 1
 Specifies the Graphics Interchange Format (GIF) image format. More...
 
int JPEG = 2
 Specifies the Joint Photographic Experts Group (JPEG) image format. More...
 
int PNG = 3
 Specifies the W3C Portable Network Graphics (PNG) image format. More...
 
int SVG = 7
 Specifies the Scalable Vector Graphics (SVG) image format. More...
 
int TIFF = 4
 Specifies the Tagged Image File Format (TIFF) image format. More...
 
int TIFF_IN_CMYK = 5
 Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. More...
 

Detailed Description

Specifies the file format of the image.

Member Data Documentation

◆ BMP

int BMP = 0
static

Specifies the bitmap (BMP) image format.

◆ EMF

int EMF = 6
static

Specifies the Enhanced Metafile (EMF) image format.

◆ GIF

int GIF = 1
static

Specifies the Graphics Interchange Format (GIF) image format.

◆ JPEG

int JPEG = 2
static

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

◆ PNG

int PNG = 3
static

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

◆ SVG

int SVG = 7
static

Specifies the Scalable Vector Graphics (SVG) image format.

◆ TIFF

int TIFF = 4
static

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

◆ TIFF_IN_CMYK

int TIFF_IN_CMYK = 5
static

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