com.aspose.barcode
Class ResolutionMode

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

public final class ResolutionMode
extends Object

Specifies the resolution mode used to create barcode image.


Field Summary
static int Customized
           Apply the resolution of the barcode image according to the user defined DpiX and DpiY properties.
static int Graphics
           Apply the resolution of the barcode image according to the resolution of the specified Graphics object.
static int Printer
           Apply the resolution of the barcode image according to the resolution of the specified printer.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Graphics

public static final int Graphics

Apply the resolution of the barcode image according to the resolution of the specified Graphics object.

See Also:
Constant Field Values

Customized

public static final int Customized

Apply the resolution of the barcode image according to the user defined DpiX and DpiY properties.

See Also:
Constant Field Values

Printer

public static final int Printer

Apply the resolution of the barcode image according to the resolution of the specified printer.

See Also:
Constant Field Values


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