Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 22,092 for

reader

(0.06 sec)
  1. Zeskanuj obrazy Kod kreskowy Australia Post i A...

    Przykładowy kod C++ do skanowania i dekodowania Kod kreskowy Australia Post i Australia Post eParcel w środowisku wykonawczym C++ dla 32-bitowego systemu Windows, 64-bitowego systemu Windows lub 64-bitowego systemu Linux....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: AustraliaPost ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/pl/cpp/australia-po...
  2. Scansiona le immagini di Data Matrix codice tra...

    Codice di esempio C++ per scansionare e decodificare Data Matrix codice in C++ Runtime Environment per Windows a 32 bit, Windows a 64 bit o Linux a 64 bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: DataMatrix ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/datamatrix/r...
  3. Scansiona le immagini di Code 39 codice a barre...

    Codice di esempio C++ per scansionare e decodificare Code 39 codice a barre in C++ Runtime Environment per Windows a 32 bit, Windows a 64 bit o Linux a 64 bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Code39 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/code39/recog...
  4. Scansiona le immagini di DotCode codice a barre...

    Codice di esempio C++ per scansionare e decodificare DotCode codice a barre in C++ Runtime Environment per Windows a 32 bit, Windows a 64 bit o Linux a 64 bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: DotCode ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/dotcode/reco...
  5. Scansiona le immagini di ISBN codice a barre tr...

    Codice di esempio C++ per scansionare e decodificare ISBN codice a barre in C++ Runtime Environment per Windows a 32 bit, Windows a 64 bit o Linux a 64 bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ISBN ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/isbn/recognize/
  6. Scansiona le immagini di UPC codice a barre tra...

    Codice di esempio C++ per scansionare e decodificare UPC codice a barre in C++ Runtime Environment per Windows a 32 bit, Windows a 64 bit o Linux a 64 bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: UPC ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/upc/recognize/
  7. مسح ضوئي لصور ISSN الرمز الشريطي عبر C++ | prod...

    نموذج لرمز C ++ لمسح ISSN الرمز الشريطي وفك تشفيره في C ++ Runtime Environment لنظام التشغيل Windows 32 بت أو Windows 64 بت أو Linux 64 بت....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ISSN ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/ar/cpp/issn/recognize/
  8. Zeskanuj obrazy ISBN kod kreskowy za pomocą C++...

    Przykładowy kod C++ do skanowania i dekodowania ISBN kod kreskowy w środowisku wykonawczym C++ dla 32-bitowego systemu Windows, 64-bitowego systemu Windows lub 64-bitowego systemu Linux....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ISBN ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/pl/cpp/isbn/recognize/
  9. แปลง XML โดยใช้ C# | Aspose.PDF

    แปลง XML แบบโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET...XslCompiledTransform (); using ( var reader = System . Xml . XmlReader...xsltString ))) { transform . Load ( reader ); } var memoryStream = new...

    products.aspose.com/pdf/th/net/transform-xml/
  10. Archivo

    Archivo...lector de código de barras reader = barcoderecognition.BarCodeReader(full_path)...barras recognized_results = reader.read_bar_codes() # Mostrar...

    blog.aspose.com/es/barcode/python-barcode-reader/