VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / QRBinaryValueItem Class
Constructors Properties Methods SeeAlso
In This Topic
QRBinaryValueItem Class Members
In This Topic
The following tables list the members exposed by QRBinaryValueItem.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets a data type of this value item. (Inherited from ValueItemBase)
Public PropertyReturns an encoding mode of data.
Public Propertystatic (Shared in Visual Basic)Gets or sets a value indicating whether the barcode reader must detect the barcode data value encoded using Kanji(Shift_JIS) encoding.
Public Propertystatic (Shared in Visual Basic)Gets or sets text encoding which must be used for converting data into the string. (Inherited from BinaryValueItem)
Public PropertyReturns a value of byte data. (Inherited from BinaryValueItem)
Public Methods
 NameDescription
Public MethodConverts the value item of this instance to its equivalent string, using encoding TextEncoding.
See Also