Weight Constructor
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Initializes a new instance of the Weight class
Namespace:Bytescout.BarCodeReaderAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public Weight( Nullable<WeightRange> weightRange, Nullable<double> kilograms, bool isMetric )
Parameters
- weightRange
- Type: SystemNullableWeightRange
[Missing <param name="weightRange"/> documentation for "M:Bytescout.BarCodeReader.Weight.#ctor(System.Nullable{Bytescout.BarCodeReader.WeightRange},System.Nullable{System.Double},System.Boolean)"]
- kilograms
- Type: SystemNullableDouble
[Missing <param name="kilograms"/> documentation for "M:Bytescout.BarCodeReader.Weight.#ctor(System.Nullable{Bytescout.BarCodeReader.WeightRange},System.Nullable{System.Double},System.Boolean)"]
- isMetric
- Type: SystemBoolean
[Missing <param name="isMetric"/> documentation for "M:Bytescout.BarCodeReader.Weight.#ctor(System.Nullable{Bytescout.BarCodeReader.WeightRange},System.Nullable{System.Double},System.Boolean)"]
See Also