Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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... | |
Specifies the file format of the image.
|
static |
Specifies the bitmap (BMP) image format.
|
static |
Specifies the Enhanced Metafile (EMF) image format.
|
static |
Specifies the Graphics Interchange Format (GIF) image format.
|
static |
Specifies the Joint Photographic Experts Group (JPEG) image format.
|
static |
Specifies the W3C Portable Network Graphics (PNG) image format.
|
static |
Specifies the Scalable Vector Graphics (SVG) image format.
|
static |
Specifies the Tagged Image File Format (TIFF) image format.
|
static |
Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.