Table of contents

BarcodeResultItem Class

The BarcodeResultItem class represents a barcode result item decoded by barcode reader engine. It is derived from CapturedResultItem.

Definition

Namespace: Dynamsoft.DBR

Assembly: Dynamsoft.BarcodeReader.dll

Inheritance: CapturedResultItem -> BarcodeResultItem

public class BarcodeResultItem : CapturedResultItem

Methods

Method Description
GetFormat Gets the format of the decoded barcode result.
GetFormatString Gets the format string of the decoded barcode result.
GetText Gets the text result of the decoded barcode.
GetBytes Gets the text bytes of the decoded barcode result.
GetLocation Gets the location of the decoded barcode in a quadrilateral.
GetConfidence Gets the confidence of the decoded barcode result.
GetAngle Gets the angle of the decoded barcode result.
GetModuleSize Gets the module size of the decoded barcode result.
GetDetails Gets the details of the decoded barcode result.
IsDPM Gets whether the decoded barcode is a DPM code.
IsMirrored Gets whether the decoded barcode is a mirrored barcode.
GetCapturedResultItemType Gets the type of the captured result item.
GetReferenceItem Gets the referenced item in the captured result item.

GetFormat

Gets the format of the decoded barcode result.

EnumBarcodeFormat GetFormat()

Return Value

Returns the format of the decoded barcode result.

See Also

EnumBarcodeFormat

GetFormatString

Gets the format string of the decoded barcode result.

string GetFormatString()

Return Value

Returns the format string of the decoded barcode result.

GetText

Gets the text result of the decoded barcode.

string GetText()

Return Value

Returns the text result of the decoded barcode.

GetBytes

Gets the text bytes of the decoded barcode result.

byte[] GetBytes()

Return Value

Returns the text bytes of the decoded barcode result.

GetLocation

Gets the location of the decoded barcode in a quadrilateral.

Quadrilateral GetLocation()

Return Value

Returns the location of the decoded barcode in a quadrilateral.

See Also

Quadrilateral

GetConfidence

Gets the confidence of the decoded barcode result.

int GetConfidence()

Return Value

Returns the confidence of the decoded barcode result.

GetAngle

Gets the angle of the decoded barcode result.

int GetAngle()

Return Value

Returns the angle of the decoded barcode result.

GetModuleSize

Gets the module size of the decoded barcode result.

int GetModuleSize()

Return Value

Returns the module size of the decoded barcode result.

GetDetails

Gets the details of the decoded barcode result.

BarcodeDetails GetDetails()

Return Value

Returns the details of the decoded barcode result.

See Also

IsDPM

Gets whether the decoded barcode is a DPM code.

bool IsDPM()

Return Value

Returns whether the decoded barcode is a DPM code.

IsMirrored

Gets whether the decoded barcode is mirrored.

bool IsMirrored()

Return Value

Returns whether the decoded barcode is mirrored.

GetCapturedResultItemType

Gets the type of the captured result item.

EnumCapturedResultItemType GetCapturedResultItemType()

Return Value

Returns the type of the captured result item.

See Also

EnumCapturedResultItemType

GetReferenceItem

Gets the referenced item in the captured result item.

CapturedResultItem GetReferenceItem()

Return Value

Returns the referenced item in the captured result item.

See Also

CapturedResultItem

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: