Class BarCodeExtendedParameters
Stores extended parameters of recognized barcode
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a value indicating whether this instance is equal to a specifiedBarCodeExtendedParametersvalue.com.aspose.barcode.barcoderecognition.AztecExtendedParametersgetAztec()Gets a Aztec additional informationAztecExtendedParametersof recognized barcodeGets a Codabar additional informationCodabarExtendedParametersof recognized barcodeGets a special dataCode128ExtendedParametersof Code128 recognized barcodeGets a DataBar additional informationDataBarExtendedParameters of recognized barcodeGets a DataMatrix additional informationDataMatrixExtendedParametersof recognized barcodeGets a DataMatrix additional informationDotCodeExtendedParametersof recognized barcodecom.aspose.barcode.barcoderecognition.GS1CompositeBarExtendedParametersGets a GS1CompositeBar additional informationGS1CompositeBarExtendedParametersof recognized barcodeGets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcodegetOneD()Gets a special dataOneDExtendedParametersof 1D recognized barcodeGets a MacroPdf417 metadata informationPdf417ExtendedParametersof recognized barcodegetQR()Gets a QR Structured Append informationQRExtendedParametersof recognized barcodeinthashCode()Returns the hash code for this instance.toString()Returns a human-readable string representation of thisBarCodeExtendedParameters.
-
Method Details
-
getOneD
Gets a special data
Value: A special dataOneDExtendedParametersof 1D recognized barcodeOneDExtendedParametersof 1D recognized barcode -
getCode128
Gets a special data
Value: A special dataCode128ExtendedParametersof Code128 recognized barcodeCode128ExtendedParametersof Code128 recognized barcode -
getQR
Gets a QR Structured Append information
Value: A QR Structured Append informationQRExtendedParametersof recognized barcodeQRExtendedParametersof recognized barcode -
getPdf417
Gets a MacroPdf417 metadata information
Value: A MacroPdf417 metadata informationPdf417ExtendedParametersof recognized barcodePdf417ExtendedParametersof recognized barcode -
getDataBar
Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode- Returns:
- A DataBar additional informationDataBarExtendedParameters of recognized barcode
-
getMaxiCode
Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode- Returns:
- A MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode
-
getDotCode
Gets a DataMatrix additional information
Value: A DotCode additional informationDotCodeExtendedParametersof recognized barcodeDotCodeExtendedParametersof recognized barcode -
getDataMatrix
Gets a DataMatrix additional information
Value: A DataMatrix additional informationDataMatrixExtendedParametersof recognized barcodeDataMatrixExtendedParametersof recognized barcode -
getAztec
public com.aspose.barcode.barcoderecognition.AztecExtendedParameters getAztec()Gets a Aztec additional information
Value: A Aztec additional informationAztecExtendedParametersof recognized barcodeAztecExtendedParametersof recognized barcode -
getGS1CompositeBar
public com.aspose.barcode.barcoderecognition.GS1CompositeBarExtendedParameters getGS1CompositeBar()Gets a GS1CompositeBar additional information
Value: A GS1CompositeBar additional informationGS1CompositeBarExtendedParametersof recognized barcodeGS1CompositeBarExtendedParametersof recognized barcode -
getCodabar
Gets a Codabar additional informationCodabarExtendedParametersof recognized barcode- Returns:
- A Codabar additional information
CodabarExtendedParametersof recognized barcode
-
equals
Returns a value indicating whether this instance is equal to a specified
BarCodeExtendedParametersvalue. -
hashCode
public int hashCode()Returns the hash code for this instance.
-
toString
Returns a human-readable string representation of this
BarCodeExtendedParameters.
-