The following tables list the members exposed by BarcodeData.
Name | Description | |
---|---|---|
![]() | BarcodeData Constructor | Initializes a new instance of the BarcodeData class |
Name | Description | |
---|---|---|
![]() | Data | Specifies the barcode data. |
![]() | DataCode | (Read only) Returns the MicroPDF417 barcode function code word for Code 128 emulation. |
![]() | DuplicateCount | (Read only) Gets the total number of barcodes duplicated for the current barcode. |
![]() | DuplicatedIndex | (Read only) Returns the index of the first barcode that is a duplicate of the specified barcode. |
![]() | Flags | (Read only) Returns flags used by the Read method. |
![]() | Group | Specifies whether the barcode symbol is a member of a group of symbols. |
![]() | IndexDuplicate | (Read only) 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 | (Read only) Gets the total number of recognized barcodes by calling the Read method. |
![]() | Unit | Gets or sets the unit of measurement for the Location property. |
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. |