Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,658 for

values

(0.13 sec)
  1. Merge images | GroupDocs

    Learn how to merge image files, combine image files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....instance of class and pass enum value of as a constructor parameter...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  2. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....of the class with the true value as an argument. By default,...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/homophone...
  3. 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....CodeTypeName +" Code Value: " + barcode.Value); } } Uzyskaj bezpłatną...

    blog.groupdocs.com/pl/parser/scan-qr-code-using...
  4. Extracting MakerNote Metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs.... Value ); } } } To help you with interpreting...packages. Please cast the return value of the property to one of the...

    docs.groupdocs.com/metadata/net/extracting-make...
  5. 在線掃描二維碼 |使用圖像和相機掃描二維碼

    在線掃描二維碼。掃描二維碼圖像並使用相機掃描。我們還將討論如何使用 C# 和 Java 以編程方式掃描二維碼。...CodeTypeName +" Code Value: " + barcode.Value); } } 您可以進一步深入了解 使用...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/zh-hant/parser/scan-qr-code-...
  6. 온라인 바코드 스캔 | 이미지 및 카메라를 사용한 바코드 스캐닝

    온라인으로 바코드를 스캔하십시오. 바코드 이미지를 스캔하고 카메라를 사용하여 스캔합니다. 또한 C# 및 Java를 사용하여 프로그래밍 방식으로 바코드를 스캔하는 방법에 대해서도 설명합니다....CodeTypeName +" Value: " + barcode.Value); } } C#을 사용한 바코드...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ko/parser/scan-barcode-online/
  7. 온라인으로 QR 코드 스캔 | 이미지 및 카메라를 사용한 QR 코드 스캔

    온라인으로 QR 코드를 스캔하세요. QR 코드 이미지를 스캔하고 카메라를 사용하여 스캔합니다. 또한 C# 및 Java를 사용하여 프로그래밍 방식으로 QR 코드를 스캔하는 방법에 대해서도 설명합니다....CodeTypeName +" Code Value: " + barcode.Value); } } C#을 사용한 QR 코드...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ko/parser/scan-qr-code-online/
  8. CSV to Word Report 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....Việt 中文 中國傳統的 Comma Separated Values (CSV) ist ein Dateiformat zum...

    blog.groupdocs.com/de/tag/csv-to-word-report-in...
  9. Pie Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....indicate customer name with value (price of the orders purchased)...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/pie-chart-in-sp...
  10. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary.... The default value is true, meaning that stop words...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/indexing-...