Barcode Class |
Namespace: Scandit.Recognition
The Barcode type exposes the following members.
Name | Description | |
---|---|---|
Data |
The data encoded in the barcode as an UTF-8 string.
| |
SymbologyString |
The symbology of the decoded barcode as string
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a summary of this barcode as string, useful for debugging purposes.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CompositeFlag |
Indicates whether the barcode is part of a composite pair
| |
DataEncoding |
Character encoding of the raw data in ranges.
| |
IsColorInverted |
Gets the color of the barcode. This flag is set to true if the barcode is white on black background.
False indicates that the barcode is black on a white background or the code has only been localized but not recognized.
| |
IsGs1DataCarrier |
True if the code is a GS1 data carrier, false if not.
| |
IsRecognized |
True when this code represents a recognized barcode/2d code, false if the code has been
localized but not recognized.
| |
Location |
The location of the barcode/2d code in the image defined by four corners.
| |
RawData |
The data encoded in the barcode as an array of bytes. Depending on the type of barcode/2d
code, the data may be binary, or a simple ASCII/UTF-8 string. If you are only expecting
utf-8 data, use Data instead.
| |
Symbology |
The symbology of the barcode. For a barcode which has been localized but not recognized, the
symbology is set to ScSymbology.Unknown.
| |
UniqueId |
Unique identifier of this barcode.
|