Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 2,168 for

barcode

(0.84 sec)
  1. Czytnik kodów QR przy użyciu języka C# | Zeskan...

    Jak zeskanować kod QR za pomocą C# w aplikacji .NET. Przykład w języku C#, który odczytuje kod QR z obrazu, co pomoże Ci zbudować internetowy skaner QR....IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // Wydrukuj wartości...

    blog.groupdocs.com/pl/parser/scan-qr-code-using...
  2. QR codes in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....die Art von 2D-Barcodes oder Matrix-Barcodes. Es ist das maschinenlesbare...

    blog.groupdocs.com/de/tag/qr-codes-in-java/
  3. Sign docs with QR code in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....die Art von 2D-Barcodes oder Matrix-Barcodes. Es ist das maschinenlesbare...

    blog.groupdocs.com/de/tag/sign-docs-with-qr-cod...
  4. Trình đọc mã QR bằng C# | Quét mã QR từ hình ảnh

    Cách quét Mã QR bằng C# trong ứng dụng .NET. Ví dụ C# đọ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....IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // In các giá trị...

    blog.groupdocs.com/vi/parser/scan-qr-code-using...
  5. Lecteur de code QR utilisant C# | Scannez le co...

    Comment scanner le code QR en utilisant C# dans l'application .NET. Exemple C# qui lit le code QR à partir d'une image qui vous aidera à créer un scanner QR en ligne....IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // Imprimer les valeurs...

    blog.groupdocs.com/fr/parser/scan-qr-code-using...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... How those cool barcodes on products are made? In this...into the world of generating barcodes online. Here I will also show...

    blog.groupdocs.com/groupdocs.blog/page/10/
  7. Lettore di codici QR utilizzando C# | Scansiona...

    Come eseguire la scansione del codice QR utilizzando C# all'interno dell'applicazione .NET. Esempio C# che legge il codice QR da un'immagine che ti aiuterà a creare uno scanner QR online....IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // Stampa i valori...

    blog.groupdocs.com/it/parser/scan-qr-code-using...
  8. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....you can insert images and barcodes dynamically in email messages...you can **insert images and barcodes **dynamically in email messages...

    blog.groupdocs.com/categories/groupdocs.assembl...
  9. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....OutputJpeg ); } Detecting barcodes in a JPEG image This feature...feature allows you to detect barcodes of different types in a JPEG...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 使用 C# 的二維碼閱讀器 |掃描圖片中的二維碼

    如何在 .NET 應用程序中使用 C# 掃描二維碼。從圖像中讀取 QR 代碼的 C# 示例將幫助您構建在線 QR 掃描儀。...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // 打印識別的二維碼值 Console...

    blog.groupdocs.com/zh-hant/parser/scan-qr-code-...