com.aspose.barcode
Class RenderFormat

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

public final class RenderFormat
extends Object

Represents the image formats rendering to the target.


Field Summary
static int BMP
           Bitmap format.
static int GIF
           Gif format.
static int JPEG
           Jpeg format.
static int PNG
           Png format.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JPEG

public static final int JPEG

Jpeg format.

See Also:
Constant Field Values

GIF

public static final int GIF

Gif format.

See Also:
Constant Field Values

BMP

public static final int BMP

Bitmap format.

See Also:
Constant Field Values

PNG

public static final int PNG

Png format.

See Also:
Constant Field Values


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