EMatrixCode::GetPrintGrowth
This property is deprecated.
Normalized measured print growth value, as defined by the AIM standard, after a read operation, provided that the print quality assessment has been enabled.
Namespace: Euresys::Open_eVision
[C++]
float GetPrintGrowth() const
Remarks
The use of this property is a bit tricky: first a raw measure of the print growth is provided as EMatrixCode::MeasuredPrintGrowth
. Then, the measurement is normalized from the EMatrixCodeReader::MinimumPrintGrowth
/
EMatrixCodeReader::MaximumPrintGrowth
/
EMatrixCodeReader::NominalPrintGrowth
properties of the EMatrixCodeReader
instance, which must be provided by the user. The normalized EMatrixCode::PrintGrowth
ranges around 0
.
EMatrixCode.PrintGrowth
This property is deprecated.
Normalized measured print growth value, as defined by the AIM standard, after a read operation, provided that the print quality assessment has been enabled.
Namespace: Euresys.Open_eVision
[C#]
float PrintGrowth
{ get; }
Remarks
The use of this property is a bit tricky: first a raw measure of the print growth is provided as EMatrixCode.MeasuredPrintGrowth
. Then, the measurement is normalized from the EMatrixCodeReader.MinimumPrintGrowth
/
EMatrixCodeReader.MaximumPrintGrowth
/
EMatrixCodeReader.NominalPrintGrowth
properties of the EMatrixCodeReader
instance, which must be provided by the user. The normalized EMatrixCode.PrintGrowth
ranges around 0
.
EMatrixCode.PrintGrowth
This property is deprecated.
Normalized measured print growth value, as defined by the AIM standard, after a read operation, provided that the print quality assessment has been enabled.
Module: open_evision
[Python]
PrintGrowth: float
{get}
Remarks
The use of this property is a bit tricky: first a raw measure of the print growth is provided as EMatrixCode.MeasuredPrintGrowth
. Then, the measurement is normalized from the EMatrixCodeReader.MinimumPrintGrowth
/
EMatrixCodeReader.MaximumPrintGrowth
/
EMatrixCodeReader.NominalPrintGrowth
properties of the EMatrixCodeReader
instance, which must be provided by the user. The normalized EMatrixCode.PrintGrowth
ranges around 0
.