Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 4,918 for

values

(0.34 sec)
  1. Barcodelezer met Java | Scan streepjescode van ...

    Barcodes scannen met Java binnen de applicatie. Java-voorbeeld dat streepjescode leest van een afbeelding waarmee u een online streepjescodescanner kunt bouwen....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/nl/parser/scan-barcode-using...
  2. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // .... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-di...
  3. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation.... The default value is null, which means that all...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/document-filterin...
  4. GroupDocs.Viewer for Python overview | GroupDocs

    GroupDocs.Viewer for Python: View files (DOCX, PDF, etc.) as HTML, PNG, JPEG, PDF. Cross-platform library for Python apps.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/python-net/product-ov...
  5. Features Overview | GroupDocs

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features... We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/features-...
  6. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  7. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/basic-usage/
  8. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  9. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  10. Зчитувач штрих-кодів за допомогою Java | Сканув...

    Як сканувати штрих-коди за допомогою Java у програмі. Приклад Java, який зчитує штрих-код із зображення, який допоможе вам створити онлайн-сканер штрих-кодів....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/uk/parser/scan-barcode-using...