Dynamsoft Panorama - API Reference
Public Member Functions | Properties | List of all members
Dynamsoft.Panorama.BarcodeInfo Class Reference

Stores the information of the barcode. More...

Public Member Functions

 BarcodeInfo ()
 Default constructor More...
 

Properties

string barcodeText [get, set]
 The barcode text, ends by '\0' More...
 
string barcodeBytes [get, set]
 The barcode content in a byte array More...
 
EnumBarcodeFormat barcodeFormat [get, set]
 Barcode type in BarcodeFormat group 1 More...
 
string barcodeFormatString [get, set]
 Barcode type in BarcodeFormat group 1 as string More...
 
EnumBarcodeFormat_2 barcodeFormat_2 [get, set]
 Barcode type in BarcodeFormat group 2 More...
 
string barcodeFormatString_2 [get, set]
 Barcode type in BarcodeFormat group 2 as string More...
 
int confidence [get, set]
 The confidence score of barcode More...
 
int x1 [get, set]
 The X coordinate of the first point More...
 
int y1 [get, set]
 The Y coordinate of the first point More...
 
int x2 [get, set]
 The X coordinate of the second point in a clockwise direction More...
 
int y2 [get, set]
 The Y coordinate of the second point in a clockwise direction More...
 
int x3 [get, set]
 The X coordinate of the third point in a clockwise direction More...
 
int y3 [get, set]
 The Y coordinate of the third point in a clockwise direction More...
 
int x4 [get, set]
 The X coordinate of the fourth point in a clockwise direction More...
 
int y4 [get, set]
 The Y coordinate of the fourth point in a clockwise direction More...
 

Detailed Description

Stores the information of the barcode.

Constructor & Destructor Documentation

◆ BarcodeInfo()

Dynamsoft.Panorama.BarcodeInfo.BarcodeInfo ( )
inline

Default constructor

Property Documentation

◆ barcodeBytes

string Dynamsoft.Panorama.BarcodeInfo.barcodeBytes
getset

The barcode content in a byte array

◆ barcodeFormat

EnumBarcodeFormat Dynamsoft.Panorama.BarcodeInfo.barcodeFormat
getset

Barcode type in BarcodeFormat group 1

◆ barcodeFormat_2

EnumBarcodeFormat_2 Dynamsoft.Panorama.BarcodeInfo.barcodeFormat_2
getset

Barcode type in BarcodeFormat group 2

◆ barcodeFormatString

string Dynamsoft.Panorama.BarcodeInfo.barcodeFormatString
getset

Barcode type in BarcodeFormat group 1 as string

◆ barcodeFormatString_2

string Dynamsoft.Panorama.BarcodeInfo.barcodeFormatString_2
getset

Barcode type in BarcodeFormat group 2 as string

◆ barcodeText

string Dynamsoft.Panorama.BarcodeInfo.barcodeText
getset

The barcode text, ends by '\0'

◆ confidence

int Dynamsoft.Panorama.BarcodeInfo.confidence
getset

The confidence score of barcode

◆ x1

int Dynamsoft.Panorama.BarcodeInfo.x1
getset

The X coordinate of the first point

◆ x2

int Dynamsoft.Panorama.BarcodeInfo.x2
getset

The X coordinate of the second point in a clockwise direction

◆ x3

int Dynamsoft.Panorama.BarcodeInfo.x3
getset

The X coordinate of the third point in a clockwise direction

◆ x4

int Dynamsoft.Panorama.BarcodeInfo.x4
getset

The X coordinate of the fourth point in a clockwise direction

◆ y1

int Dynamsoft.Panorama.BarcodeInfo.y1
getset

The Y coordinate of the first point

◆ y2

int Dynamsoft.Panorama.BarcodeInfo.y2
getset

The Y coordinate of the second point in a clockwise direction

◆ y3

int Dynamsoft.Panorama.BarcodeInfo.y3
getset

The Y coordinate of the third point in a clockwise direction

◆ y4

int Dynamsoft.Panorama.BarcodeInfo.y4
getset

The Y coordinate of the fourth point in a clockwise direction