Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 22,427 for

reader

(0.07 sec)
  1. مسح ضوئي لصور Code 93 موسعة و Code 93 رموز شريط...

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

    products.aspose.com/barcode/ar/cpp/code93/recog...
  2. مسح ضوئي لصور Australia Post الرمز الشريطي و Au...

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

    products.aspose.com/barcode/ar/cpp/australia-po...
  3. สแกนรูปภาพ บาร์โค้ด Australia Post และ Australi...

    โค้ดตัวอย่าง C++ เพื่อสแกนและถอดรหัส บาร์โค้ด Australia Post และ Australia Post eParcel ใน C++ Runtime Environment สำหรับ Windows 32 บิต, Windows 64 บิต หรือ Linux 64 บิต...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: AustraliaPost ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/th/cpp/australia-po...
  4. สแกนรูปภาพ ISBN บาร์โค้ด ผ่าน C++ | Aspose

    โค้ดตัวอย่าง C++ เพื่อสแกนและถอดรหัส ISBN บาร์โค้ด ใน C++ Runtime Environment สำหรับ Windows 32 บิต, Windows 64 บิต หรือ Linux 64 บิต...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ISBN ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/th/cpp/isbn/recognize/
  5. สแกนรูปภาพ รหัสลูกค้า Royal Mail 4 รัฐ (RM4SCC)...

    โค้ดตัวอย่าง C++ เพื่อสแกนและถอดรหัส รหัสลูกค้า Royal Mail 4 รัฐ (RM4SCC) ใน C++ Runtime Environment สำหรับ Windows 32 บิต, Windows 64 บิต หรือ Linux 64 บิต...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: RM4SCC ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/th/cpp/rm4scc/recog...
  6. สแกนรูปภาพ บาร์โค้ด DotCode ผ่าน C++ | Aspose

    โค้ดตัวอย่าง C++ เพื่อสแกนและถอดรหัส บาร์โค้ด DotCode ใน C++ Runtime Environment สำหรับ Windows 32 บิต, Windows 64 บิต หรือ Linux 64 บิต...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: DotCode ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/th/cpp/dotcode/reco...
  7. Zeskanuj obrazy Royal Mail 4-stanowy kod klient...

    Przykładowy kod C++ do skanowania i dekodowania Royal Mail 4-stanowy kod klienta (RM4SCC) 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:: RM4SCC ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/pl/cpp/rm4scc/recog...
  8. Scansiona le immagini di Codice a barre GS1 Dat...

    Codice di esempio C++ per scansionare e decodificare Codice a barre GS1 DataBar (Omnidirezionale, Omnidirezionale in pila, Espanso, In pila espansa e Troncato) 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:: Databar ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/databar/reco...
  9. Работа с Zimbra|Documentation

    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 ( TgzReader reader = new TgzReader ( fileName...fileName )) { int count = reader . GetTotalItemsCount (); } Сохранение...

    docs.aspose.com/email/ru/net/working-with-zimbra/
  10. 合并 XPS 文件 | Aspose.Page for JavaScript

    Aspose.Page API 解决方案通过 C++ 实现的 JavaScript XPS 合并功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...创建文件读取器“const file_reader = new FileReader();”并读取文件“file_reader.readAsArrayBuffer(e...function (e) { 2 const file_reader = new FileReader(); 3 function...

    docs.aspose.com/page/zh/javascript-cpp/merge/xps/