Dev Center
Swift
Objective-C
Table of contents

Thanks for downloading Dynamsoft Barcode Reader Package!

Your download will start shortly. If your download does not begin, click here to retry.

OneDCodeDetails

OneDCodeDetails class represents detailed information about a one-dimensional barcode. It inherits from the BarcodeDetails class.

Definition

Assembly: DynamsoftBarcodeReader.aar

Namespace: com.dynamsoft.dbr

class OneDCodeDetails extends BarcodeDetails

Methods

Method Description
OneDCodeDetails The constructor. Initializes a new instance of the OneDCodeDetails class.
getStartCharsBytes The start chars of the one-dimensional barcode in a byte array.
getStopCharsBytes The stop chars of the one-dimensional barcode in a byte array.
getCheckDigitBytes The check digit chars of the one-dimensional barcode in a byte array.
getStartPatternRange The position of the start pattern relative to the barcode location.
getMiddlePatternRange The position of the middle pattern relative to the barcode location.
getEndPatternRange The position of the end pattern relative to the barcode location.

OneDCodeDetails

The constructor. Initializes a new instance of the OneDCodeDetails class.

OneDCodeDetails();

getStartCharsBytes

The start chars of the one-dimensional barcode in a byte array.

byte[] getStartCharsBytes();

Return Value

The start chars of the one-dimensional barcode in a byte array.

getStopCharsBytes

The stop chars of the one-dimensional barcode in a byte array.

byte[] getStopCharsBytes();

Return Value

The stop chars of the one-dimensional barcode in a byte array.

getCheckDigitBytes

The check digit chars of the one-dimensional barcode in a byte array.

byte[] getCheckDigitBytes();

Return Value

The check digit chars of the one-dimensional barcode in a byte array.

getStartPatternRange

The position of the start pattern relative to the barcode location.

Range<Float> getStartPatternRange();

Return Value

The position of the start pattern relative to the barcode location.

getMiddlePatternRange

The position of the middle pattern relative to the barcode location.

Range<Float> getMiddlePatternRange();

Return Value

The position of the middle pattern relative to the barcode location.

getEndPatternRange

The position of the end pattern relative to the barcode location.

Range<Float> getEndPatternRange();

Return Value

The position of the end pattern relative to the barcode location.

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.9.3
    • Version 8.9.1
    • Version 8.9.0
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +