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

reader

(0.43 sec)
  1. Scan Australia Post barcode and Australia Post ...

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

    products.aspose.com/barcode/cpp/australia-post/...
  2. Scan Codablock-F and GS1 Codablock-F barcodes I...

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

    products.aspose.com/barcode/cpp/codablock/recog...
  3. Recognition|Documentation

    Extracting text from images, web links, archives, and other content....[ 0 ]; const reader = new FileReader (); reader . onload = function...console . log ( result_str ); }; reader . readAsArrayBuffer ( file...

    docs.aspose.com/ocr/javascript-cpp/recognition/
  4. PdfSaveOptions.PageLayout | Aspose.Words for .NET

    Discover the PdfSaveOptions PageLayout property to customize your PDF’s layout for optimal viewing in any Reader. Enhance your document's presentation!...document is opened in a PDF reader. public PdfPageLayout PageLayout...pages when opened in a PDF reader. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Scan Swiss Post Parcel Images via C++ | product...

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

    products.aspose.com/barcode/cpp/swiss-post-parc...
  6. Scan Deutsche Post Identcode and Deutsche Post ...

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

    products.aspose.com/barcode/cpp/deutsche-post/r...
  7. Scan QR Code, GS1 QR Code Images via C++ | prod...

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

    products.aspose.com/barcode/cpp/qr/recognize/
  8. Scan Singapore Post barcode Images via C++ | pr...

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

    products.aspose.com/barcode/cpp/singapore-post/...
  9. 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...
  10. 使用 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-hant/net/transform-xml/