'Declaration Public Function New( _
ByVal barcodeInfoInformation about barcode.As Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D, _
ByVal barcodeImageImage with barcodes.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal invertImageColorsIndicates whether the quality test must invert image colors.As Boolean _
)
public ISO15416QualityTest(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D barcodeInfo,
Vintasoft.Imaging.VintasoftBitmap barcodeImage,
bool invertImageColors
)
public: ISO15416QualityTest(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D* barcodeInfo,
Vintasoft.Imaging.VintasoftBitmap* barcodeImage,
bool invertImageColors
)
public:
ISO15416QualityTest(
Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D^ barcodeInfo,
Vintasoft.Imaging.VintasoftBitmap^ barcodeImage,
bool invertImageColors
)
Parameters
- barcodeInfo
- Information about barcode.
- barcodeImage
- Image with barcodes.
- invertImageColors
- Indicates whether the quality test must invert image colors.