Dev Center
Table of contents

TextResult

Stores the text result.

public class TextResult

Attributes

Attribute Type
BarcodeFormat EnumBarcodeFormat
BarcodeFormatString string
BarcodeFormat_2 EnumBarcodeFormat_2
BarcodeFormatString_2 string
BarcodeText string
BarcodeBytes byte[ ]
LocalizationResult LocalizationResult
DetailedResult object
Results ExtendedResult[ ]
Exception string
IsDPM int
IsMirrored int

BarcodeFormat

Barcode type in BarcodeFormat group 1.

EnumBarcodeFormat Dynamsoft.DBR.TextResult.BarcodeFormat

BarcodeFormatString

Barcode type in BarcodeFormat group 1 as string.

string Dynamsoft.DBR.TextResult.BarcodeFormatString

BarcodeFormat_2

Barcode type in BarcodeFormat group 2.

EnumBarcodeFormat_2 Dynamsoft.DBR.TextResult.BarcodeFormat_2

BarcodeFormatString_2

Barcode type in BarcodeFormat group 2 as string.

string Dynamsoft.DBR.TextResult.BarcodeFormatString_2

BarcodeText

The barcode text, ends by ‘\0’.

string Dynamsoft.DBR.TextResult.BarcodeText

BarcodeBytes

The barcode content in a byte array.

byte[] Dynamsoft.DBR.TextResult.BarcodeBytes

LocalizationResult

The corresponding localization result.

LocalizationResult Dynamsoft.DBR.TextResult.LocalizationResult

DetailedResult

One of the following: QRCodeDetails, PDF417Details, DataMatrixDetails, AztecDetails, OneDCodeDetails.

object Dynamsoft.DBR.TextResult.DetailedResult

Results

The extended result array.

ExtendedResult[] Dynamsoft.DBR.TextResult.Results

Exception

The exception message.

string Dynamsoft.DBR.TextResult.Exception

IsDPM

Identify whether the barcode is decoded using the DPM feature.

int Dynamsoft.DBR.TextResult.IsDPM

IsMirrored

Identify whether the barcode is mirrored.

int Dynamsoft.DBR.TextResult.IsMirrored

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

version 9.2.0

  • Latest version
  • Version 10.x
    • Version 10.2.0
    • Version 10.0.20
    • Version 10.0.10
    • Version 10.0.0
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.30
    • Version 9.6.20
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.0
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • 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 +