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
 
int GIF = 1
 
int JPEG = 2
 
int PNG = 3
 
int TIFF = 4
 
int TIFF_IN_CMYK = 5
 
int EMF = 6
 
int SVG = 7
 

Detailed Description

Specifies the file format of the image.

Member Data Documentation

◆ BMP

int BMP = 0
static

◆ EMF

int EMF = 6
static

◆ GIF

int GIF = 1
static

◆ JPEG

int JPEG = 2
static

◆ PNG

int PNG = 3
static

◆ SVG

int SVG = 7
static

◆ TIFF

int TIFF = 4
static

◆ TIFF_IN_CMYK

int TIFF_IN_CMYK = 5
static