Package | Description |
---|---|
com.aspose.barcode.barcoderecognition |
The com.aspose.barcode.barcoderecognition contains tools for the 1D/2D barcodes recognition.
|
Modifier and Type | Field and Description |
---|---|
static MultyDecodeType |
DecodeType.ALL_SUPPORTED_TYPES
Specifies that data will be checked with all available symbologies
|
Modifier and Type | Method and Description |
---|---|
static long |
BaseDecodeType.convertMulty(MultyDecodeType multyType)
Converts an instance of the MultyDecodeType to BarCodeReadType constant.
|
boolean |
BaseDecodeType.equals(MultyDecodeType other)
Returns a value indicating whether this instance is equal to a specified
MultyDecodeType value. |
boolean |
MultyDecodeType.equals(MultyDecodeType other)
Returns a value indicating whether this instance is equal to a specified
MultyDecodeType value. |
static boolean |
BaseDecodeType.tryParse(String parsingType,
MultyDecodeType[] result)
Converts the string representation of a MultyDecodeType to its instance.
|
static boolean |
DecodeType.tryParse(String parsingType,
MultyDecodeType[] result)
Converts the string representation of a MultyDecodeType to its instance.
|
static boolean |
MultyDecodeType.tryParse(String parsingType,
MultyDecodeType[] result)
Converts the string representation of a MultyDecodeType to its instance.
|
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.