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); // ....Conversion Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article shows how to obtain the history of document changes with GroupDocs.Signature API....Conversion Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Conversion Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article explains how to implement custom encryption for QR-code electronic signatures....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create data encryption...
System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Conversion Product Solution GroupDocs...comparison of Word/Excel/PowerPoint/PDF and other text-based formats...
This guide describes how to improve your document with generated QR code using Python. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature Python API by GroupDocs....Conversion Product Solution GroupDocs...processing. Supported formats are PDF, Microsoft Word, Microsoft PowerPoint...
Edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf with help of GroupDocs.Editor for Node.js without third party software installed....Conversion Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, XPS and others...
This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information.
Load a Pdf document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Conversion Product Solution GroupDocs...additional file format information. a PDF document Extract the root metadata...