Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 22,220 for

reader

(0.76 sec)
  1. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition... using ( BarCodeReader reader = new BarCodeReader ( $"{path}multiple_codes...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/set-barcode-source/
  2. Get all Possible 1D Barcodes from an Image in P...

    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....initialize barcode reader $barcode_reader_type = new BarCodeReadType...(); $reader = new BarCodeReader ( $img , $barcode_reader_type...

    docs.aspose.com/barcode/java/get-all-possible-1...
  3. Set Target Barcode Types for Recognition|Docume...

    This Article Describes How to Set Target Barcode Types for Recognition... using ( BarCodeReader reader = new BarCodeReader ( $"{path}multiple_codes...$"{path}multiple_codes.png" )) { reader . SetBarCodeReadType ( DecodeType...

    docs.aspose.com/barcode/net/set-target-barcode-...
  4. Read Barcode Properties and Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata...png" ); $reader = new BarCodeReader ( "test...DecodeType :: CODE_128 ); foreach ( $reader -> readBarCodes () as $result...

    docs.aspose.com/barcode/phpjava/read-barcode-pr...
  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....class and pass the stream var reader = new MboxrdStorageReader (...reading messages var message = reader . ReadNextMessage (); // Read...

    docs.aspose.com/email/net/programming-with-thun...
  6. Read Barcode Properties and Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata...png" ); let reader = new BarCodeReader ( "test... DecodeType . CODE_128 ]); reader . readBarCodes (). forEach...

    docs.aspose.com/barcode/nodejsjava/read-barcode...
  7. Quick Start|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....licensePath ); BarCodeReader reader = new BarCodeReader ( fileName...BarCodeResult [] barCodeResults = reader . readBarCodes (); for ( BarCodeResult...

    docs.aspose.com/barcode/androidjava/quick-start/
  8. PdfSaveOptions.interpolateImages property | Asp...

    PdfSaveOptions.interpolateImages property. A flag indicating whether image interpolation shall be performed by a conforming Reader...be performed by a conforming reader. When false is specified, the...and the default behaviour of reader is used instead. get interpolateImages...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Search and Filter MBOX Emails in Python|Documen...

    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....Create an MBOX reader with load options reader = MboxStorageReader...MboxStorageReader . create_reader ( "input.mbox" , MboxLoadOptions ()) #...

    docs.aspose.com/email/python-net/filter-mbox-me...
  10. PdfSaveOptions.interpolate_images property | As...

    PdfSaveOptions.interpolate_images property. A flag indicating whether image interpolation shall be performed by a conforming Reader...be performed by a conforming reader. When False is specified, the...and the default behaviour of reader is used instead. @property...

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