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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
GroupDocs Online on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Online on GroupDocs Blog | Document Automation Solutions for .NET & Java De......Guide: Find Differences Between DOCX Files Instantly with GroupDocs...
Learn how to compare Word documents using GroupDocs.Comparison for .NET. Get step‑by‑step examples for revision‑track and highlight comparison modes with ready‑to‑run C# code....docx versions and at some point need...source.docx and target.docx . Example content: source.docx target...
Learn advanced logging techniques available in the redaction API...docx" , FileMode . Open , FileAccess...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
This article describes the detailed procedure to convert PDF to RTF in C# and provides sample code to demonstrate the implementation of the C# PDF to RTF converter....processing formats like DOC, DOCX, DOT, TXT, and many more. Further...
This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....document formats such as XLTX, DOCX, XPS, TSV, PNG, PPS, and many...
This tutorial walks you through the workflow to convert TeX to PDF using C# by consuming a few API calls and provides sample code for TeX to PDF converter in C#....as ODP, JPG, XLSX, TIFF, PSD, DOCX, and many more. We have discussed...
This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....document formats such as PDF, DOC, DOCX, XLSX, and many more using the...