Link Search Menu Expand Document

Height Class

Represents the height of the person identified in the ID card. Heights are approximated when converting between Metric and Imperial units.
Inheritance Hierarchy
SystemObject
Bytescout.BarCodeReaderHeight

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public class Height : IComparable<Height>, 
	IEquatable<Height>

The Height type exposes the following members.

Constructors
NameDescription
Public methodHeight
Initializes a new instance of the Height class
Top
Properties
NameDescription
Public propertyCentimeters
Public propertyIsMetric
Top
Methods
NameDescription
Public methodCompareTo
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Height)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromImperial(Int32)
Public methodStatic memberFromImperial(Int32, Int32)
Public methodStatic memberFromMetric
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators
NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also

Reference