Uses of Class
com.aspose.barcoderecognition.BarCodeReadType

Packages that use BarCodeReadType
com.aspose.barcoderecognition   
 

Uses of BarCodeReadType in com.aspose.barcoderecognition
 

Methods in com.aspose.barcoderecognition that return BarCodeReadType
static BarCodeReadType BarCodeReadType.fromString(String value)
           Get barcode type to read from the string value.
static BarCodeReadType BarCodeReadType.getAllSupportedTypes()
           Gets all supported types.
static BarCodeReadType BarCodeReadType.getAustraliaPost()
           Gets the australia post.
static BarCodeReadType BarCodeReadType.getAztec()
           Gets the postnet.
static BarCodeReadType BarCodeReadType.getBooklandEAN()
           Gets the bookland EAN.
static BarCodeReadType BarCodeReadType.getCodabar()
           Gets the codabar.
static BarCodeReadType BarCodeReadType.getCode11()
           Gets the code11.
static BarCodeReadType BarCodeReadType.getCode128()
           Gets the code128.
static BarCodeReadType BarCodeReadType.getCode39Extended()
           Gets the code39 extended.
static BarCodeReadType BarCodeReadType.getCode39Standard()
           Gets the code39 standard.
static BarCodeReadType BarCodeReadType.getCode93Extended()
           Gets the code93 extended.
static BarCodeReadType BarCodeReadType.getCode93Standard()
           Gets the code93 standard.
static BarCodeReadType BarCodeReadType.getDataBar()
           Gets the DataBar BarCodeReadType
static BarCodeReadType BarCodeReadType.getDataBarLimited()
           Gets the DataBarLimited BarCodeReadType
static BarCodeReadType BarCodeReadType.getDataMatrix()
           Gets the data matrix.
static BarCodeReadType BarCodeReadType.getDeutschePostIdentcode()
           Gets the DeutschePostIdentcode BarCodeReadType
static BarCodeReadType BarCodeReadType.getDeutschePostLeitcode()
           Gets the DetschePost Leitcode BarCodeReadType
static BarCodeReadType BarCodeReadType.getEAN128()
           Gets the EA N128.
static BarCodeReadType BarCodeReadType.getEAN13()
           Gets the EA N13.
static BarCodeReadType BarCodeReadType.getEAN14()
           Gets the EA N14.
static BarCodeReadType BarCodeReadType.getEAN8()
           Gets the EA n8.
static BarCodeReadType BarCodeReadType.getEmpty()
           Gets an empty type.
static BarCodeReadType BarCodeReadType.getIATA2of5()
           Gets the IATA 2 of 5 BarCodeReadType
static BarCodeReadType BarCodeReadType.getInterleaved2of5()
           Gets the interleaved2of5.
static BarCodeReadType BarCodeReadType.getISSN()
           Gets the ISSN BarCodeReadType
static BarCodeReadType BarCodeReadType.getItalianPost25()
           Gets the Italian Post 25 BarCodeReadType
static BarCodeReadType BarCodeReadType.getITF14()
           Gets the IT F14.
static BarCodeReadType BarCodeReadType.getITF6()
           Gets the ITF6 BarCodeReadType
static BarCodeReadType BarCodeReadType.getMacroPdf417()
           Gets the macro PDF417.
static BarCodeReadType BarCodeReadType.getMatrix2of5()
           Gets the Matrix2of5 BarCodeReadType
static BarCodeReadType BarCodeReadType.getMSI()
           Gets the MSI.
static BarCodeReadType BarCodeReadType.getOneCode()
           Gets the one code.
static BarCodeReadType BarCodeReadType.getOPC()
           Gets the OPC BarCodeReadType
static BarCodeReadType BarCodeReadType.getPatchCode()
           Gets the patch.
static BarCodeReadType BarCodeReadType.getPdf417()
           Gets the PDF417.
static BarCodeReadType BarCodeReadType.getPlanet()
           Gets the planet.
static BarCodeReadType BarCodeReadType.getPostnet()
           Gets the postnet.
static BarCodeReadType BarCodeReadType.getPZN()
           Gets the PZN BarCodeReadType
static BarCodeReadType BarCodeReadType.getQR()
           Gets the QR.
 BarCodeReadType BarCodeReader.getReadType()
           Gets the barcode type.
static BarCodeReadType BarCodeReadType.getRM4SCC()
           Gets the RM4SCC BarCodeReadType
static BarCodeReadType BarCodeReadType.getSSCC18()
           Gets the SSC C18.
static BarCodeReadType BarCodeReadType.getStandard2of5()
           Gets the standard2of5.
static BarCodeReadType BarCodeReadType.getSupplement()
           
static BarCodeReadType BarCodeReadType.getUPCA()
           Gets the UPCA.
static BarCodeReadType BarCodeReadType.getUPCE()
           Gets the UPCE.
static BarCodeReadType BarCodeReadType.getVIN()
           Gets the VIN BarCodeReadType
static BarCodeReadType BarCodeReadType.op_BitwiseAnd(BarCodeReadType a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseAnd(BarCodeReadType a, long b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseAnd(long a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseOr(BarCodeReadType a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseOr(BarCodeReadType a, long b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseOr(long a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_ExclusiveOr(BarCodeReadType a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_ExclusiveOr(BarCodeReadType a, long b)
           
static BarCodeReadType BarCodeReadType.op_ExclusiveOr(long a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.parse(String value)
           Parses the specified value.
static BarCodeReadType BarCodeReadType.parse(String value, boolean ignoreCase)
           Parses the specified value.
static BarCodeReadType BarCodeReadType.toBarCodeReadType(long type)
           
 

Methods in com.aspose.barcoderecognition with parameters of type BarCodeReadType
 boolean BarCodeReadType.isSupported(BarCodeReadType type)
           
static BarCodeReadType BarCodeReadType.op_BitwiseAnd(BarCodeReadType a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseAnd(BarCodeReadType a, long b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseAnd(long a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseOr(BarCodeReadType a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseOr(BarCodeReadType a, long b)
           
static BarCodeReadType BarCodeReadType.op_BitwiseOr(long a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_ExclusiveOr(BarCodeReadType a, BarCodeReadType b)
           
static BarCodeReadType BarCodeReadType.op_ExclusiveOr(BarCodeReadType a, long b)
           
static BarCodeReadType BarCodeReadType.op_ExclusiveOr(long a, BarCodeReadType b)
           
 

Constructors in com.aspose.barcoderecognition with parameters of type BarCodeReadType
BarCodeReader(BinarizedBitmap image, BarCodeReadType type)
           
BarCodeReader(BufferedImage image, BarCodeReadType type)
           Initializes a new instance of the BarCodeReader class.
BarCodeReader(BufferedImage image, Rectangle area, BarCodeReadType type)
           
BarCodeReader(InputStream stream, BarCodeReadType type)
           
BarCodeReader(String filename, BarCodeReadType type)
           Initializes a new instance of the BarCodeReader class.
 



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