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); // ....Comparison Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...
Introduction to GroupDocs.Signature for Python via .NET - what is it and why to use...Comparison Product Solution GroupDocs...formats like PDF, Word, Excel, PowerPoint, and images. Why Use GroupDocs...
This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....Comparison Product Solution GroupDocs...BaseSignature >(); // collect image signatures to delete foreach...
This article explains that how to use Microsoft Azure Computer Vision API...Comparison Product Solution GroupDocs...usage / Using OCR to redact image documents / Use Microsoft Azure...
Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Comparison Product Solution GroupDocs...Compression ); Console . WriteLine ( "Image height: {0}" , videoStreamProperty...
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.Image.jpeg2000.Jpeg2000ReadComments
try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...
API to annotate text or Images in your documents using Java. It supports Pdf, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Comparison Product Solution GroupDocs...ability to annotate text or images in a document within your applications...
This page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....Comparison Product Solution GroupDocs...information: is a document file type (PDF, Word document, Excel spreadsheet...
This page contains a description of all the properties of the IndexingOptions class...Comparison Product Solution GroupDocs...recognize text in separate image files. The default value is...
The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Comparison Product Solution GroupDocs...documents ending in “Protected.pdf” and how to skip indexing documents...