Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 17,682 for

reader

(0.09 sec)
  1. Generate and Read Swiss QR Code in C#|Documenta...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for .NET...Swiss QR Code BarCodeReader reader = new BarCodeReader ( $"{path}SwissQRBill...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { SwissQRCodetext...

    docs.aspose.com/barcode/net/swiss-qr-code/
  2. 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/
  3. 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...
  4. 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/
  5. 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...
  6. DocumentProperty.toByteArray method | Aspose.Wo...

    DocumentProperty.toByteArray method. Returns the property value as byte array....we added, as an Epub, // a reader that opens that document may...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentProperty.to_byte_array method | Aspose....

    DocumentProperty.to_byte_array method. Returns the property value as byte array....that we added, as an Epub, # a reader that opens that document may...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Product Overview|Documentation

    Aspose.BarCode for .NET: Product Description, Main Features, and General Information...EAN13 using ( BarCodeReader reader = new BarCodeReader ( dataDir...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { // Read...

    docs.aspose.com/barcode/net/product-overview/
  9. Extracting lines with coordinates|Documentation

    Automatic detection of line bounding boxes during recognition....recognition or optical character reader (OCR) is the electronic or...

    docs.aspose.com/ocr/java/image-line-extract/
  10. C++ Barcode Processing API | products.aspose.com

    C++ barcode scanner and generator library for 1D and 2D barcodes. Create and read different kinds of 1D, 2D and Postal barcodes...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...AllSupportedTypes ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/