Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 22,022 for

reader

(0.12 sec)
  1. Scan UPC (Universal Product Code) barcode Image...

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

    products.aspose.com/barcode/cpp/upc/recognize/
  2. 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/...
  3. 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...
  4. 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...
  5. 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...
  6. 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/
  7. 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/...
  8. 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...
  9. Aspose::Words::Saving::PdfSaveOptions::get_Inte...

    Aspose::Words::Saving::PdfSaveOptions::get_InterpolateImages method. A flag indicating whether image interpolation shall be performed by a conforming Reader. When false is specified, the flag is not written to the output document and the default behaviour of Reader is used instead in C++....be performed by a conforming reader. When false is specified, the...and the default behaviour of reader is used instead. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. PdfSaveOptions.zoomBehavior property | Aspose.W...

    PdfSaveOptions.zoomBehavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer....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...