com.aspose.imaging
Class FileFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.FileFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class FileFormat
extends java.lang.Enum

One of supported imaging file formats.

See Also:
Serialized Form

Field Summary
static long Bmp
           Bmp file format.
static long Custom
           Custom file format.
static long Gif
           Gif file format.
static long Jpeg
           Jpeg file format.
static long Png
           Png file format.
static long Psd
           Psd file format.
static long Tiff
           Tiff file format.
static long Undefined
           Undefined file format.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Bmp

public static final long Bmp

Bmp file format.

See Also:
Constant Field Values

Custom

public static final long Custom

Custom file format.

See Also:
Constant Field Values

Gif

public static final long Gif

Gif file format.

See Also:
Constant Field Values

Jpeg

public static final long Jpeg

Jpeg file format.

See Also:
Constant Field Values

Png

public static final long Png

Png file format.

See Also:
Constant Field Values

Psd

public static final long Psd

Psd file format.

See Also:
Constant Field Values

Tiff

public static final long Tiff

Tiff file format.

See Also:
Constant Field Values

Undefined

public static final long Undefined

Undefined file format.

See Also:
Constant Field Values