'Declaration Public Function New( _
ByVal barcodeInfoThe barcode information.As Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D, _
ByVal invertImageColorsIndicates whether the quality test must invert image colors.As Boolean, _
ByVal scanlineCountNumber of scanlines.As Integer, _
ByVal scanAreaThe scan area, in percents.As Double _
)
public ISO15416QualityTestSettings(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D barcodeInfo,
bool invertImageColors,
int scanlineCount,
double scanArea
)
public: ISO15416QualityTestSettings(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D* barcodeInfo,
bool invertImageColors,
int scanlineCount,
double scanArea
)
public:
ISO15416QualityTestSettings(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D^ barcodeInfo,
bool invertImageColors,
int scanlineCount,
double scanArea
)
Parameters
- barcodeInfo
- The barcode information.
- invertImageColors
- Indicates whether the quality test must invert image colors.
- scanlineCount
- Number of scanlines.
- scanArea
- The scan area, in percents.