The following tables list the members exposed by BarcodeData.
Public Constructors
Name | Description | |
---|---|---|
![]() |
BarcodeData | Initializes a new instance of the BarcodeData class. |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() |
ConvertFromStringArray | Converts an array of strings to an array of bytes. |
![]() ![]() |
ConvertToStringArray | Converts an array of bytes to an array of strings. |
![]() |
GetFirstDuplicatedIndex | Returns the index of the first barcode in the array that is a duplicate of the barcode at the specified index. |
![]() |
GetNextDuplicated | Returns the index of the next barcode in the array that is a duplicate of the barcode at the specified index. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Angle | Gets the barcode angle in hundredths of degrees. |
![]() |
Data | Specifies the barcode data. |
![]() |
DataCode | Returns the MicroPDF417 barcode function code word for Code 128 emulation. |
![]() |
DuplicateCount | Gets the total number of barcodes duplicated for the current barcode. |
![]() |
DuplicatedIndex | Returns the index of the first barcode that is a duplicate of the specified barcode. |
![]() |
Flags | Returns flags used by the Read method. |
![]() |
Group | Specifies whether the barcode symbol is a member of a group of symbols. |
![]() |
IndexDuplicate | Gets a zero-based index of the next duplicated barcode. |
![]() |
IsDuplicated | (Read-only) Gets a value that indicates whether the specified barcode is duplicated. |
![]() |
Location | Specifies the barcode location on the image. |
![]() |
SearchType | Gets or sets the barcode type to be read or written. |
![]() |
TotalCount | Gets the total number of recognized barcodes by calling the Read method. |
![]() |
Unit | Gets or sets the unit of measurement for the Location. property. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET