Documentation for Aspose.BarCodeRecognition

Hello Aspose-Support,

is there any documentation or code-sample which describes how to use the following methods/properties:

- Aspose.BarCodeRecognition.BarcodeReader.SetHints
- Aspose.BarCodeRecognition.BarcodeReader.CustomizedScanStrength

  • Aspose.BarCodeRecognition.BarcodeReader.CustomizedThreshold

    Thank you in advance for your help.

    Best Regards,
    Eco



Hi Eco,


You may find the documentation and code examples at http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/better-and-faster-image-processing-for-barcode-recognition.html page.

We will update the page and add information about CustomizedScanStrength shortly. However, it may be used the same way as CustomizedThreshold.

BarCodeReader reader = new BarCodeReader(“test.png”, BarCodeReadType.Code39Standard);
reader.SetHints(RecognitionHints.ScanStrengthHints.Customized);
reader.CustomizedScanStrength = 127;