com.aspose.barcode
Class BarCodeImageFormat

java.lang.Object
  extended by com.aspose.barcode.BarCodeImageFormat

public final class BarCodeImageFormat
extends Object

Specifies the file format of the image.


Field Summary
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.
 
Constructor Summary
BarCodeImageFormat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BMP

public static final int BMP

Specifies the bitmap (BMP) image format.

See Also:
Constant Field Values

GIF

public static final int GIF

Specifies the Graphics Interchange Format (GIF) image format.

See Also:
Constant Field Values

JPEG

public static final int JPEG

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

See Also:
Constant Field Values

PNG

public static final int PNG

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

See Also:
Constant Field Values

TIFF

public static final int TIFF

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

See Also:
Constant Field Values
Constructor Detail

BarCodeImageFormat

public BarCodeImageFormat()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.