'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 _
)
public ISO15416QualityTestSettings(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D barcodeInfo,
bool invertImageColors,
int scanlineCount
)
public: ISO15416QualityTestSettings(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D* barcodeInfo,
bool invertImageColors,
int scanlineCount
)
public:
ISO15416QualityTestSettings(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D^ barcodeInfo,
bool invertImageColors,
int scanlineCount
)
Parameters
- barcodeInfo
- The barcode information.
- invertImageColors
- Indicates whether the quality test must invert image colors.
- scanlineCount
- Number of scanlines.