DicomDatasetGetPresentationImage Method |
Retrieves a DicomImage for the given frameIndex representing the raw data transformed into a Presentation
Image.
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 GetPresentationImage(
int frameIndex
)
Public Function GetPresentationImage (
frameIndex As Integer
) As DicomImage
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 data transformed into a Presentation Image.
See Also