Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 21,606 for

reader

(0.14 sec)
  1. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    C# sample code to scan and decode Royal Mail 4-State Customer Code (RM4SCC) barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/rm4scc/recognize/
  2. aspose.barcode.multitarget.zip

    Aspose.Barcode.MultiTarget/Aspose.Barcode.MultiTarget.sln Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34607.119 MinimumVisualSt......BarCode"); using (BarCodeReader reader = new BarCodeReader(bmp)) foreach...foreach (BarCodeResult result in reader.ReadBarCodes()) Console.WriteLine($"{result...

    docs.aspose.com/barcode/net/aspose-barcode-mult...
  3. Zoom PDF File using C#

    This article guides on how to zoom PDF file using C#. It has the details to set the IDE, steps, and a sample code to apply the feature of PDF zoom out using C#....PDF file in a reader such as Adobe Acrobat Reader. Code to Zoom...

    kb.aspose.com/pdf/net/zoom-pdf-file-using-csharp/
  4. Scan Interleaved 2-of-5 (ITF) barcode Images vi...

    PHP sample code to read Interleaved 2-of-5 (ITF) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: ITF ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/itf/recogn...
  5. Scan Singapore Post barcode Images via .NET | A...

    C# sample code to scan and decode Singapore Post barcode barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/singapore-post/...
  6. Scan UPC (Universal Product Code) barcode Image...

    C# sample code to scan and decode UPC (Universal Product Code) barcode barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/upc/recognize/
  7. How to Read Barcode using C#

    This simple how-to topic illustrates about how to Read Barcode using C#. In order to read Barcode C# based application can be developed using simple API calls and few coding steps....subsequent lines the Barcode reader will extract information from...in order to create a Barcode reader C# source code is used in few...

    kb.aspose.com/barcode/net/how-to-read-barcode-u...
  8. Some tiff files Different barcode reading diffe...

    image.png (14.2 KB) I’m using Aspose.BarCode version 25.6.0.0 to read barcodes from TIFF files. I’ve noticed that the same TIFF file produces different barcode reading results depending on the device: On a mobile phon…...mobile phone using a barcode reader app, the barcode is read quickly...these options: BarCodeReader reader = new BarCodeReader("path/to/your/image...

    forum.aspose.com/t/some-tiff-files-different-ba...
  9. Scan Code 16K barcode Images via Node.js via Ja...

    Node.js source code for Code 16K barcode scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...null , DecodeType . Code16K ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/code16k...
  10. Scan GS1 Code 128 barcode Images via Node.js vi...

    Node.js source code for GS1 Code 128 barcode scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...null , DecodeType . Code128 ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/code128...