Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 21,828 for

reader

(0.08 sec)
  1. 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...
  2. 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...
  3. 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 how to set...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. Scan GS1 Code 128 barcode Images via C++ | Aspose

    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/
  6. 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/
  7. 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/
  8. Scan USPS OneCode barcode Images via C++ | Aspose

    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. 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...
  10. Scan Codablock-F and GS1 Codablock-F barcodes I...

    JavaScript sample code to scan and decode Codablock-F and GS1 Codablock-F barcodes in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...name> " , " CodablockF " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/coda...