Loads the image(s) with frames from the "Overlay Data" (60xx, 3000) element.
public Leadtools.RasterImage GetOverlayImages(
int index,
int overlayFrameIndex,
uint count
)
Public Overloads Function GetOverlayImages( _
ByVal index As Integer, _
ByVal overlayFrameIndex As Integer, _
ByVal count As UInteger _
) As Leadtools.RasterImage
public Leadtools.RasterImage GetOverlayImages(
int index,
int overlayFrameIndex,
uint count
)
function Leadtools.Dicom.DicomDataSet.GetOverlayImages(Int32,Int32,UInt32)(
index ,
overlayFrameIndex ,
count
)
public:
Leadtools.RasterImage^ GetOverlayImages(
int index,
int overlayFrameIndex,
uint count
)
index
The zero-based index of the overlay whose frames are required.
overlayFrameIndex
The zero-based index of the first frame to load.
count
Value that represents the number of frames to load.
Image(s) with frames from the "Overlay Data" (60xx, 3000) element.
Before calling this method, you must call GetOverlayAttributes. The FramesInOverlay property will be updated with the number of frames under an overlay. As an example, To load 5 frames starting with the 1st frame in the "Overlay Data", call this method with overlayFrameIndex set to 0 and count set to 5.
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