Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 22,030 for

reader

(0.12 sec)
  1. Scan ISBN barcode Images via .NET | products.as...

    C# sample code to scan and decode ISBN barcode barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/isbn/recognize/
  2. aspose.barcode.multitarget.zip

    Aspose.Barcode.MultiTarget/Aspose.Barcode.MultiTarget.sln Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34607.119 MinimumVisualSt......BarCode"); using (BarCodeReader reader = new BarCodeReader(bmp)) foreach...foreach (BarCodeResult result in reader.ReadBarCodes()) Console.WriteLine($"{result...

    docs.aspose.com/barcode/net/aspose-barcode-mult...
  3. Zoom PDF File using C#

    This article guides on how to zoom PDF file using C#. It has the details to set the IDE, steps, and a sample code to apply the feature of PDF zoom out using C#....PDF file in a reader such as Adobe Acrobat Reader. Code to Zoom...

    kb.aspose.com/pdf/net/zoom-pdf-file-using-csharp/
  4. Some tiff files Different barcode reading diffe...

    image.png (14.2 KB) I’m using Aspose.BarCode version 25.6.0.0 to read barcodes from TIFF files. I’ve noticed that the same TIFF file produces different barcode reading results depending on the device: On a mobile phon…...mobile phone using a barcode reader app, the barcode is read quickly...these options: BarCodeReader reader = new BarCodeReader("path/to/your/image...

    forum.aspose.com/t/some-tiff-files-different-ba...
  5. Split MBOX Files with Aspose.Email in C#|Docume...

    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.... using ( var reader = await MboxStorageReader ...MboxLoadOptions ())) { await reader . SplitIntoAsync ( 10 * 1024...

    docs.aspose.com/email/net/split-mbox-files-csharp/
  6. Scan Interleaved 2-of-5 (ITF) barcode Images vi...

    PHP sample code to read Interleaved 2-of-5 (ITF) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: ITF ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/itf/recogn...
  7. Scan Australia Post barcode and Australia Post ...

    Node.js source code for Australia Post barcode and Australia Post eParcel scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...DecodeType . AustraliaPost ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/austral...
  8. Scan Singapore Post barcode Images via Node.js ...

    Node.js source code for Singapore Post barcode scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...DecodeType . SingaporePost ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/singapo...
  9. Scan QR Code, GS1 QR Code Images via Node.js vi...

    Node.js source code for QR Code, GS1 QR Code scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file... null , DecodeType . QR ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/qr/reco...
  10. Scan Deutsche Post Identcode and Deutsche Post ...

    Node.js source code for Deutsche Post Identcode and Deutsche Post Leitcode scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...DecodeType . DeutschePost ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/deutsch...