public final class BarCodeImageFormat extends Object
Specifies the file format of the image.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Specifies the bitmap (BMP) image format.
|
static int |
Gif
Specifies the Graphics Interchange Format (GIF) image format.
|
static int |
Jpeg
Specifies the Joint Photographic Experts Group (JPEG) image format.
|
static int |
Png
Specifies the W3C Portable Network Graphics (PNG) image format.
|
static int |
Tiff
Specifies the Tagged Image File Format (TIFF) image format.
|
public static final int Bmp
Specifies the bitmap (BMP) image format.
public static final int Gif
Specifies the Graphics Interchange Format (GIF) image format.
public static final int Jpeg
Specifies the Joint Photographic Experts Group (JPEG) image format.
public static final int Png
Specifies the W3C Portable Network Graphics (PNG) image format.
public static final int Tiff
Specifies the Tagged Image File Format (TIFF) image format.
Copyright (c) 2002-2015 Aspose Pty Ltd. All Rights Reserved.