Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 22,425 for

reader

(0.06 sec)
  1. 使用 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-...
  2. 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/
  3. 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/
  4. Bug 5329: Csv to Shapefile- Conversion succeede...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-Shapefile) image.png (187.7 KB) Test data(input/output/QGIS) 5329-Csv-Shapefile.zip (46.5 KB) Thanks,... The default CSV reader treats all columns as attributes...WktFieldName ) tell the CSV reader how to generate geometry. If...

    forum.aspose.com/t/bug-5329-csv-to-shapefile-co...
  5. 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...
  6. 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 to process...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/java/com.aspose.word...
  7. Scan GS1 DataBar (Omnidirectional, Stacked Omni...

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

    products.aspose.com/barcode/cpp/databar/recognize/
  8. Scan USPS OneCode barcode Images via C++ | prod...

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

    products.aspose.com/barcode/cpp/onecode/recognize/
  9. 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/
  10. Scan GS1 Code 128 barcode Images via C++ | prod...

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

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