Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 22,023 for

reader

(2.18 sec)
  1. Scan QR Code, GS1 QR Code Images via C++ | prod...

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

    products.aspose.com/barcode/cpp/qr/recognize/
  2. Scan Singapore Post barcode Images via C++ | pr...

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

    products.aspose.com/barcode/cpp/singapore-post/...
  3. Regression bug : Arrows not displayed in output...

    When creating a polyline annotation with aspose and settings arrows to show on extremity, the arrows are not displayed when viewing the output PDF in Adobe Reader. If modifying the shape of the annotation in Adobe Reade…...viewing the output PDF in Adobe Reader. If modifying the shape of...of the annotation in Adobe Reader, the arrows are drawn. This was...

    forum.aspose.com/t/regression-bug-arrows-not-di...
  4. Scan ISSN barcode Images via C++ | products.asp...

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

    products.aspose.com/barcode/cpp/issn/recognize/
  5. Scan Code 93 Extended and Code 93 Standard barc...

    C++ sample code to scan and decode Code 93 Extended and Code 93 Standard barcodes in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Code93 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/code93/recognize/
  6. PdfSaveOptions.PageLayout | Aspose.Words for .NET

    Discover the PdfSaveOptions PageLayout property to customize your PDF’s layout for optimal viewing in any Reader. Enhance your document's presentation!...document is opened in a PDF reader. public PdfPageLayout PageLayout...pages when opened in a PDF reader. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 使用 Thunderbird 编程|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....); try ( MboxrdStorageReader reader = new MboxrdStorageReader (...= { null }; while (( msg = reader . readNextMessage ( /* out...

    docs.aspose.com/email/zh/java/programming-with-...
  8. Recognition|Documentation

    Extracting text from images, web links, archives, and other content....[ 0 ]; const reader = new FileReader (); reader . onload = function...console . log ( result_str ); }; reader . readAsArrayBuffer ( file...

    docs.aspose.com/ocr/javascript-cpp/recognition/
  9. PdfSaveOptions.page_layout property | Aspose.Wo...

    PdfSaveOptions.page_layout property. Specifies the page layout to be used when the document is opened in a PDF Reader....document is opened in a PDF reader. @property def page_layout...pages when opened in a PDF reader. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Scan EAN (International Article Number) barcode...

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

    products.aspose.com/barcode/cpp/ean/recognize/