Click or drag to resize

EncodingRange Structure

Character encoding of a range of bytes.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public struct EncodingRange

The EncodingRange type exposes the following members.

Properties
  NameDescription
Public propertyEncoding
Charset encoding name as defined by IANA (http://www.iana.org/assignments/character-sets/character-sets.xhtml)
Public propertyEnd
Index after the last element in the data
Public propertyStart
Start index in the data
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
Version Information

Supported in: 1.0
See Also