Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 22,220 for

reader

(0.07 sec)
  1. Strip FNC|Documentation

    Learn how to control function code (FNC) characters in Code 128 and GS1-128 recognition using the StripFNC parameter....recognition settings: BarCodeReader reader = new BarCodeReader ( path...the decoded text (default) reader . getBarcodeSettings (). setStripFNC...

    docs.aspose.com/barcode/java/developer-guide/ba...
  2. PdfSaveOptions.zoomFactor property | Aspose.Wor...

    PdfSaveOptions.zoomFactor property. Gets or sets a value determining zoom factor (in percentages) for a document....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...
  3. Preparing content for recognition|Documentation

    How to prepare a batch of images, URLs and other content for recognition....recognition: // Initialize file reader const reader = new FileReader ();...event . target . files [ 0 ]; reader . readAsArrayBuffer ( file...

    docs.aspose.com/ocr/javascript-cpp/content-for-...
  4. Angles|Documentation

    Learn how to work with barcode rotation angles using BarCodeReader in Aspose.BarCode for Java....png" ; BarCodeReader reader = new BarCodeReader ( imagePath...BarCodeResult [] results = reader . readBarCodes (); if ( results...

    docs.aspose.com/barcode/java/developer-guide/ba...
  5. Programming with 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....MboxStorageReader class to create a reader object for the Mbox file and...file: import aspose.email as ae reader = ae . storage . mbox . MboxStorageReader...

    docs.aspose.com/email/python-net/programming-wi...
  6. 使用 C# 转换 XML | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码以编程方式转换 XML...XslCompiledTransform (); using ( var reader = System . Xml . XmlReader...xsltString ))) { transform . Load ( reader ); } var memoryStream = new...

    products.aspose.com/pdf/zh-hans/net/transform-xml/
  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....class and pass the stream var reader = new MboxrdStorageReader (...reading messages var message = reader . ReadNextMessage (); // Read...

    docs.aspose.com/email/zh/net/programming-with-t...
  8. 使用 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-...
  9. 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/
  10. 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/