Click or drag to resize

DicomDecoderRead Method (Stream, ProgressEventHandler)

This method will decode the first image from a DICOM file.

Namespace:  Atalasoft.Imaging.Codec.Dicom
Assembly:  Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override AtalaImage Read(
	Stream stream,
	ProgressEventHandler progress
)

Parameters

stream
Type: System.IOStream
A stream representing a valid DICOM file.
progress
Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in Visual Basic).

Return Value

Type: AtalaImage
An AtalaImage containing the given page.
See Also