QRBinaryValueItem Class Members
In This Topic
The following tables list the members exposed by
QRBinaryValueItem.
Public Constructors
| Name | Description |
 | QRBinaryValueItem | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | DataType | Gets a data type of this value item. (Inherited from ValueItemBase) |
 | Mode | Returns an encoding mode of data. |
  | TestValueToKanjiEncoding | Gets or sets a value indicating whether the barcode reader must detect the barcode data value encoded using Kanji(Shift_JIS) encoding. |
  | TextEncoding | Gets or sets text encoding which must be used for converting data into the string. (Inherited from BinaryValueItem) |
 | Value | Returns a value of byte data. (Inherited from BinaryValueItem) |
Public Methods
| Name | Description |
 | ToString | Converts the value item of this instance to its equivalent string, using encoding TextEncoding. |
See Also