ZxBarcodeReadResult Structure

CVB.Net Documentation
ZXing bar code read result.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public struct ZxBarcodeReadResult

The ZxBarcodeReadResult type exposes the following members.

Properties

  NameDescription
Public propertyFormat
Format of the code that has been decoded.
Public propertyLocation
Location of the code (2 entries for 1D codes, up to 4 entries for 2D codes).
Public propertyText
Text string decoded from the bar code.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference