Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 22,024 for

reader

(0.62 sec)
  1. Добавить свойства в метаданные XMP из EPS | Jav...

    Процесс добавления свойств в метаданных XMP в файле EPS с Aspose.Page для JavaScript через C ++ объясняется и иллюстрируется фрагментами кода здесь....шагов: Создать файл reader ‘const file_reader = new FileReader ();’...();’ и прочитать файл ‘file_reader.readasarraybuffer (e.target...

    docs.aspose.com/page/ru/javascript-cpp/xmp-meta...
  2. Archivo

    Archivo...const file_reader = new FileReader(); file_reader.onload = (event)..."application/pdf"); }; file_reader.readAsArrayBuffer(e.target...

    blog.aspose.com/es/pdf/optimize-pdf-javascript/
  3. مسح ضوئي لصور ISBN الرمز الشريطي عبر C++ | prod...

    نموذج لرمز 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/ar/cpp/isbn/recognize/
  4. مسح ضوئي لصور رمز Data Matrix عبر C++ | product...

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

    products.aspose.com/barcode/ar/cpp/datamatrix/r...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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/
  10. 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/