C# Dicom Library
C# DICOM - How to Convert DICOM File
Online Tutorial for DICOM Document Conversion in C#.NET Programming
C#.NET DICOM Document Conversion Overview
In DocImage SDK for .NET package, there is a DICOM Document Add-on DLL named RasterEdge.Imaging.DICOM.dll, which can be used for DICOM document imaging in C#.NET application. After loading a DICOM file into your C#.NET application, you are easy to perform DICOM document conversion.
In details, conversion from DICOM image file to Bitmap class in .NET Framework, conversion from DICOM file to raster images like JPEG, GIF, PNG, BMP, JBIG2, and conversion from DICOM document to TIFF and PDF are all supported by RasterEdge .NET Imaging SDK package.
In C#.NET DICOM image file conversion application, you convert DICOM document with one or multiple pages to images and documents. And there are two programming classes will be used, namely DCMDocument and DCMPage. Every DICOM image file is represented as a DCMDocument object, and the images and related information is represented as DCMPage object.
In the following part, we give a table that demonstrates all DICOM image file related conversion tutorials.
If you want to know what .NET Imaging DLLs should be used for different DICOM document conversion, you may click to see detailed C# guide.
C# Tutorials for DICOM Conversion to Other Files
C#.Net Dicom to Bitmap conversion
On this page, C# users will be guided to render and convert DICOM image file to Bitmap object, which is a frequently used class in Visual .NET imaging program.
|
C#.Net Dicom to raster images conversion
This page tells C#.NET programmers how to convert DICOM image file to commonly used raster image files, including Jpeg, Gif, Png, Bmp and Jbig2.
|
C#.Net Dicom to Pdf conversion
Visual C#.NET programming code for conversion from DICOM to PDF file is offered on this tutorial page. Please click to see more DICOM to PDF conversion features.
|
C#.Net Dicom to Tiff conversion
C# DICOM document to TIFF image file conversion is one of the mature document imaging functions supported by RasterEdge .NET DICOM Document Conversion SDK package.
|
DICOM Conversion Options
In the process of DICOM file conversion in C#.NET, you are able to adjust window center and window width values for DICOM image to achieve better converting.
|
|