This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Markdown Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...
This example demonstrates how to load a password-protected document....Markdown Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
This example demonstrates how to load a file from a stream....Markdown Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
This article shows how to save a document to a specified location on a local disk...Markdown Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
This page contains inFormation about index creation methods....Markdown Product Solution GroupDocs...Family / GroupDocs.Search for .NET / Developer Guide / Advanced...
This article shows how to analyse the sign processing of the document...Markdown Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Markdown Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
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); // ....Markdown Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
This article shows that how to redact data of sensitive nature from images of various Formats like JPG, PNG, TIFF and others....Markdown Product Solution GroupDocs...Family / GroupDocs.Redaction for .NET / Developer Guide / Basic usage...