Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 2,132 for

barcode

(1.65 sec)
  1. GroupDocs.Parser for .NET

    Met deze API kunt u tekst zoeken en elk type bestandsindeling indexeren met behulp van C# .NET-taal op elk platform....met C# Scan barcode van DOC met C# Scan barcode van PPTX met...met C# Scan barcode van PPT met C# Scan barcode van RTF met C# Scan...

    kb.groupdocs.com/nl/parser/net/page/2/
  2. オンラインで QR コードをスキャン |画像とカメラを使用した QR コードのスキャン

    オンラインで QR コードをスキャンします。 QRコード画像をスキャンし、カメラを使用してスキャンします。 C# と Java を使用してプログラムで QR コードをスキャンする方法についても説明します。...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // 識別された QR コード値を印刷する...

    blog.groupdocs.com/ja/parser/scan-qr-code-online/
  3. Сканировать штрих-код онлайн | Сканирование штр...

    Сканируйте штрих-коды онлайн. Сканируйте изображения штрих-кода и сканируйте с помощью камеры. Мы также обсудим, как программно сканировать штрих-коды с помощью C# и Java....parser = new Parser("/path/barcode.png")) { // Извлеките все штрих-коды...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...

    blog.groupdocs.com/ru/parser/scan-barcode-online/
  4. GroupDocs.Signature برای Python 26.1 – آخرین به...

    ویژگی‌های جدید GroupDocs.Signature برای Python نسخه 26.1 را کشف کنید. هم‌اکنون در NuGet و وب‌سایت GroupDocs در دسترس است....options as gso import uuid barcode_sign_options = gso . BarcodeSignOptions(...MaxiCode) barcode_sign_options . width = 400 barcode_sign_options...

    blog.groupdocs.com/fa/signature/groupdocs-signa...
  5. GroupDocs.Signature for Python 26.1 – 최신 업데이트 및...

    Explore what’s new in GroupDocs.Signature for Python 26.1. Available now on NuGet and GroupDocs website. > GroupDocs.Signature for Python 26.1의 새로운 기능을 살펴보세요. NuGet 및 GroupDocs 웹사이트에서 지금 바로 이용할 수 있습니다....options as gso import uuid barcode_sign_options = gso . BarcodeSignOptions(...MaxiCode) barcode_sign_options . width = 400 barcode_sign_options...

    blog.groupdocs.com/ko/signature/groupdocs-signa...
  6. GroupDocs.Signature for Python 26.1 – 最新更新和修复(2...

    探索 GroupDocs.Signature for Python 26.1 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...options as gso import uuid barcode_sign_options = gso . BarcodeSignOptions(...MaxiCode) barcode_sign_options . width = 400 barcode_sign_options...

    blog.groupdocs.com/zh/signature/groupdocs-signa...
  7. GroupDocs.Parser for .NET

    Mit dieser API können Sie auf jeder Plattform eine Textsuche durchführen und jede Art von Dateiformat mit der C# .NET-Sprache indizieren....Scannen Sie Barcodes aus DOC mit C# Scannen Sie Barcodes aus PPTX...Scannen Sie Barcodes aus PPT mit C# Scannen Sie Barcodes aus RTF...

    kb.groupdocs.com/de/parser/net/page/2/
  8. GroupDocs.Signature for .NET

    Mit dieser API können Sie jede Art von Dateiformat mit .NET- und C#-Sprache auf jeder Plattform digital signieren....hinzu So signieren Sie RTF mit Barcode-Signatur mit C# So signieren...So signieren Sie JPEG mit Barcode-Signatur mit C# So signieren...

    kb.groupdocs.com/de/signature/net/
  9. GroupDocs.Signature Product Family

    Finden Sie Antworten zum Signieren digitaler Dokumente und Bilder verschiedener Art mit Code auf jeder Plattform....So signieren Sie XLSX mit Barcode-Signatur mit C# So signieren...So signieren Sie DOCX mit Barcode-Signatur mit Java So fügen...

    kb.groupdocs.com/de/signature/page/2/
  10. Trình đọc mã QR bằng Java | Quét mã QR từ hình ảnh

    Cách quét mã QR bằng Java trong ứng dụng. Ví dụ Java đọc Mã QR từ hình ảnh sẽ giúp bạn xây dựng trình quét QR trực tuyến....Iterable<PageBarcodeArea> barcodes = parser.getBarcodes(); //...lại for(PageBarcodeArea barcode : barcodes) { // In các giá trị...

    blog.groupdocs.com/vi/parser/scan-qr-code-using...