Click or drag to resize

DicomDatasetGetRawImage Method

Retrieves a DicomImage for the given frameIndex representing the raw image data contained in the 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 DicomImage GetRawImage(
	int frameIndex
)

Parameters

frameIndex
Type: SystemInt32
An integer greater than or equal to zero representing the index of the frame to load. FrameIndex must be less than the FrameCount property for the dataset.

Return Value

Type: DicomImage
A new DicomImage object representing the raw image data contained in the file.
See Also