Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 4,273 for

values

(0.04 sec)
  1. Working with DICOM metadata | Documentation

    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...
  2. Converteer CSV naar JSON met behulp van Java

    Profiteer efficiënt van de expertise om CSV naar JSON te converteren met behulp van Java zonder extra software te installeren. We zullen u ook Java-code verstrekken om CSV naar JSON te exporteren....gegevensformaten, CSV (Comma-Separated Values) en JSON (JavaScript Object...

    kb.groupdocs.com/nl/conversion/java/convert-csv...
  3. Converteer CSV naar PDF met Java

    Laten we snel begrijpen hoe u CSV naar PDF kunt converteren met Java. We zullen u voorzien van essentiële instructies en codevoorbeelden om CSV naar PDF te exporteren met behulp van Java....-bestanden (Comma-Separated Values) gebruikt voor het opslaan...

    kb.groupdocs.com/nl/conversion/java/convert-csv...
  4. 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...
  5. Konvertieren Sie CSV mit Java in JSON

    Erlernen Sie effizient die Konvertierung von CSV in JSON mit Java, ohne zusätzliche Software installieren zu müssen. Wir stellen Ihnen auch Java-Code zum Exportieren von CSV nach JSON zur Verfügung....Datenformate, CSV (Comma-Separated Values) und JSON (JavaScript Object...

    kb.groupdocs.com/de/conversion/java/convert-csv...
  6. Konvertieren Sie CSV in HTML mit C#

    Lassen Sie uns schnell verstehen, wie Sie CSV mit C# in HTML konvertieren. Wir stellen Ihnen wichtige Anweisungen und Codebeispiele zum Exportieren von CSV in HTML mit C# zur Verfügung....CSV -Dateien (Comma-Separated Values) eine typische Methode zum...

    kb.groupdocs.com/de/conversion/net/convert-csv-...
  7. business-plan.docx

    HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7......Financial reserves Value proposition Price, value, quality WEAKNESSES...Goods Sold is the monetized value of the time spent on the client...

    docs.groupdocs.com/conversion/python-net/_sampl...
  8. business-plan.doc

    HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS 3Introduction 51. Executive Summary 62. Company Overview 73. Business Description 84. Market Analysis 105. Operating Plan 116. Marke......Financial reserves · Value proposition · Price, value, quality WEAKNESSES...Goods Sold is the monetized value of the time spent on the client...

    docs.groupdocs.com/conversion/java/_sample_file...
  9. Deleting documents | Documentation

    This page contains information about deleting documents in the search network.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/deleting-documents/
  10. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/indexing-metadata...