Export Method (DicomImage)
In This Topic
Export image to non-DICOM format
Overload List
Overload | Description |
Export(String,Object) |
Copy the image data for external access, controlled by
Format and Quality
|
Export(Stream,String,Object) |
Export DicomImage to supported Image Format
|
Export(String,ImageFormat,Int32) |
Export DicomImage to supported Image Format
|
Export(Stream,ImageFormat,Int32) |
Export DicomImage to supported Image Format
|
Export(String,String,Object) |
Copy the image data to an external file format, with control of FileName, Format and
Quality
|
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also