Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 21,606 for

reader

(0.06 sec)
  1. Generate and Read Swiss QR Code in JavaScript|D...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for JavaScript via C++...QR Bill from the image var reader = new BarCodeInstance . BarCodeReader...src , "QR" ); reader . ReadBarCodes (); if ( reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/swiss-qr...
  2. PdfPageMode | Aspose.Words for Java

    Specifies how the PDF document should be displayed when opened in the PDF Reader in Java....displayed when opened in the PDF reader. Examples: Shows how to set...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/java/com.aspose.word...
  3. Scan DotCode barcode Images via JavaScript via ...

    JavaScript sample code to scan and decode DotCode barcode in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...<file name> " , " DotCode " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/dotc...
  4. Scan ISMN barcode Images via JavaScript via C++...

    JavaScript sample code to scan and decode ISMN barcode in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...<file name> " , " ISMN " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/ismn...
  5. Scan QR Code, GS1 QR Code Images via JavaScript...

    JavaScript sample code to scan and decode QR Code, GS1 QR Code in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader..." <file name> " , " QR " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/qr/r...
  6. PdfZoomBehavior enumeration | Aspose.Words for ...

    aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer....the default zooming that a reader applies when opening a rendered..."PdfZoomBehavior.ZoomFactor" to get a PDF reader to # apply a percentage-based...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    C++ sample code to scan and decode Standard 2 of 5 (Industrial 2 of 5) barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Standard2of5 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/standard2of5/re...
  8. Scan Interleaved 2-of-5 (ITF) barcode Images vi...

    C++ sample code to scan and decode Interleaved 2-of-5 (ITF) barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ITF ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/itf/recognize/
  9. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    C++ sample code to scan and decode Royal Mail 4-State Customer Code (RM4SCC) in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: RM4SCC ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/rm4scc/recognize/
  10. PdfZoomBehavior enumeration | Aspose.Words for ...

    Aspose.Words.Saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer....the default zooming that a reader applies when opening a rendered..."PdfZoomBehavior.ZoomFactor" to get a PDF reader to // apply a percentage-based...

    reference.aspose.com/words/nodejs-net/aspose.wo...