Gets the images of a Pixel Data element.
public Leadtools.RasterImage GetImages(Leadtools.Dicom.DicomElement element,int index,int count,int bitsPerPixel,Leadtools.Dicom.DicomGetImageFlags flags,Leadtools.Dicom.DicomGetImageCallback callback)
Public Overloads Function GetImages( _ByVal element As Leadtools.Dicom.DicomElement, _ByVal index As Integer, _ByVal count As Integer, _ByVal bitsPerPixel As Integer, _ByVal flags As Leadtools.Dicom.DicomGetImageFlags, _ByVal callback As Leadtools.Dicom.DicomGetImageCallback _) As Leadtools.RasterImage
public Leadtools.RasterImage GetImages(Leadtools.Dicom.DicomElement element,int index,int count,int bitsPerPixel,Leadtools.Dicom.DicomGetImageFlags flags,Leadtools.Dicom.DicomGetImageCallback callback)
function Leadtools.Dicom.DicomDataSet.GetImages(DicomElement,Int32,Int32,Int32,DicomGetImageFlags,DicomGetImageCallback)(element ,index ,count ,bitsPerPixel ,flags ,callback)
public:Leadtools.RasterImage^ GetImages(Leadtools.Dicom.DicomElement^ element,int index,int count,int bitsPerPixel,Leadtools.Dicom.DicomGetImageFlags flags,Leadtools.Dicom.DicomGetImageCallback^ callback)
element
An item in the Data Set.
index
The zero-based index of the first frame to load.
count
Value that represents the number of frames to load.
bitsPerPixel
Value that represents the resulting image pixel depth. Possible values are:
| Value | Meaning |
|---|---|
| 0 | Keep the original file's pixel depth (do not convert). |
| 1 to 8 | Use the specified bits per pixel in the resulting image. |
| 12 | Use 12 bits per pixel in the resulting image. |
| 16 | Use 16 bits per pixel in the resulting image. |
| 24 | Use 24 bits per pixel in the resulting image. |
| 32 | Use 32 bits per pixel in the resulting image. |
flags
Flags that control the behavior of this method.
callback
DicomGetImageCallback which will be called for each image that is loaded. This parameter cannot be null.
The images of a Pixel Data element.
For more details, see GetImages
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
