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); // .... You are welcome to view and edit metadata of PDF, DOC...
Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Adjust Contrast......Online STL Viewer STL Viewer View STL as PDF DWG Viewer DXF Viewer...CAD Viewer Online CAD Viewer View CAD as PDF Free Online XML Viewer...
This article explains how to set output image size limits for PNG/JPG output when rendering documents with GroupDocs.Viewer within your Java applications.... view ( viewOptions ); } and implement...
요소는 안쪽의 텍스트가 긴 인용문임을 나타냅니다. 주로 들여쓰기를 한 것으로 그려집니다. (외형을 바꾸는 법은 사용 일람을 참고하세요) 인용문의 출처 URL은 cite 특성으로, 출처 텍스트는 요소로 제공할 수 있습니다.... View this page on GitHub • Report...
All Classes Packages com.groupdocs.Viewer com.groupdocs.Viewer.caching com.groupdocs.Viewer.caching.extra com.groupdo......getPages () The list of pages to view....
Learn about the CharacterBoundsUpdateEvent interface, including its constructor and properties, code examples, specifications, and browser compatibility.... View this page on GitHub • Report...