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....feedback Reading DICOM metadata properties The GroupDocs.Metadata API...method Read the DICOM metadata properties examples.advanced_usage....
The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....You can set the following properties of the class: defines link... Specify the appropriate properties (position, page number, etc)...
I am doing text Redaction on my word and ppt documents, but the problem is I’m not able to retain the font property.
For e.g. I’m replacing a text which has its own font property/formatting but after the text Redaction …...not able to retain the font property. For e.g. I’m replacing a...text which has its own font property/formatting but after the text...
Reading Photoshop metadata Properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Reading Photoshop metadata properties The GroupDocs Metadata API...Removing Photoshop metadata properties GroupDocs.Metadata for Java...
Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....The PdfViewOptions class properties allow you to control the...file to PNG. Use the and properties to specify the output image...
This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...table describes changeable properties for Text signatures dependent...
Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....modification dates, and other properties. While metadata can be useful...demonstrates how to clear metadata properties in ODT using C# . Code to...
Convert email messages to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...
The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...
The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET....You can set the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...