Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 21,631 for

reader

(0.07 sec)
  1. Scansiona le immagini di Standard 2 of 5 (Indus...

    Codice di esempio C++ per scansionare e decodificare Standard 2 of 5 (Industriale 2 di 5) 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:: Standard2of5 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/it/cpp/standard2of5...
  2. สแกนรูปภาพ บาร์โค้ด USPS OneCode ผ่าน C++ | Aspose

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

    products.aspose.com/barcode/th/cpp/onecode/reco...
  3. สแกนรูปภาพ รหัส Aztec ผ่าน C++ | Aspose

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

    products.aspose.com/barcode/th/cpp/aztec/recogn...
  4. مسح ضوئي لصور GS1 DataBar (الرمز الشريطي متعدد ...

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

    products.aspose.com/barcode/ar/cpp/databar/reco...
  5. أرشيف

    أرشيف...Iterator readers = javax.imageio.ImageIO.ge...getImageReadersBySuf("tiff"); if (readers.hasNext()) { File fi = new...

    blog.aspose.com/ar/barcode/read-barcode-from-mu...
  6. Converter EPS com JavaScript a partir do Aspose...

    A funcionalidade de conversão de EPS para WMF oferecida pela solução API do Aspose.Page para JavaScript via C++ é explicada e ilustrada com os excertos de código aqui....leitor de ficheiros ‘const file_reader = new FileReader();’ e leia...leia o ficheiro ‘file_reader.readAsArrayBuffer(e.target.files[0]);’...

    docs.aspose.com/page/pt/javascript-cpp/convert-...
  7. JavaScriptを使用してPDFを暗号化|Aspose.PDF for JavaScrip...

    Aspose.PDF for JavaScript via C++を使用してPDFファイルを暗号化します。...Acrobat/Readerはユーザーにユーザーパスワードの入力を促します。正しくない場合、ドキュメントは開きません。...を設定すると、印刷、編集、抽出、コメントなどの権限を制御します。 Acrobat/Readerは、権限設定に基づいてこれらのことを許可しません。権限...

    docs.aspose.com/pdf/ja/javascript-cpp/encrypt-pdf/
  8. Работа с элементами календаря Outlook|Documenta...

    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....email as ae reader = ae . calendar . CalendarReader...print ( f "Календарь содержит {reader.count} событий" ) print ( f...

    docs.aspose.com/email/ru/python-net/working-wit...
  9. Split PDF using JavaScript|Aspose.PDF for JavaS...

    This topic shows how to split PDF pages into individual PDF files with Aspose.PDF for JavaScript via C++ ....const file_reader = new FileReader (); file_reader . onload =...target . result ] ); }; file_reader . readAsArrayBuffer ( e . target...

    docs.aspose.com/pdf/javascript-cpp/split-pdf/
  10. Chercher

    chercher...répertoire using (BarCodeReader reader = new BarCodeReader("Scan.jpg"))...foreach (BarCodeResult result in reader.ReadBarCodes()) { // Lire le...

    blog.aspose.com/fr/barcode/scan-and-read-barcod...