BarCodeImageFormat

BarCodeImageFormat enum

Namespace: Aspose.Barcode.Generation

Specifies the file format of the image.

Enum Values

NameValueDescription
BMP0Specifies the bitmap (BMP) image format.
EMF6Specifies the Enhanced Metafile (EMF) image format.
GIF1Specifies the Graphics Interchange Format (GIF) image format.
JPEG2Specifies the Joint Photographic Experts Group (JPEG) image format.
PDF8Specifies the Portable Document Format (PDF) image format.
PNG3Specifies the W3C Portable Network Graphics (PNG) image format.
SVG7Specifies the Scalable Vector Graphics (SVG) image format.
TIFF4Specifies the Tagged Image File Format (TIFF) image format.
TIFF_IN_CMYK5Specifies the Tagged Image File Format (TIFF) image format in CMYK color model.

BMP

Value: 0

Specifies the bitmap (BMP) image format.

EMF

Value: 6

Specifies the Enhanced Metafile (EMF) image format.

GIF

Value: 1

Specifies the Graphics Interchange Format (GIF) image format.

JPEG

Value: 2

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

PDF

Value: 8

Specifies the Portable Document Format (PDF) image format.

PNG

Value: 3

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

SVG

Value: 7

Specifies the Scalable Vector Graphics (SVG) image format.

TIFF

Value: 4

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

TIFF_IN_CMYK

Value: 5

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