Sets the "Overlay Data" (60xx,3000) for the specified overlay index.
public void SetOverlayImages(
int index,
RasterImage overlayImages
)
Public Sub SetOverlayImages( _
ByVal index As Integer, _
ByVal overlayImages As Leadtools.RasterImage _
)
public void SetOverlayImages(
int index,
Leadtools.RasterImage overlayImages
)
public void setOverlayImages(int index, RasterImage images)
function Leadtools.Dicom.DicomDataSet.SetOverlayImages(
index ,
overlayImages
)
public:
void SetOverlayImages(
int index,
Leadtools.RasterImage^ overlayImages
)
index
The zero-based index of the overlay being affected.
overlayImages
Images which will be used to update the overlay data. Cannot be null.
This method will update the stream of bytes under the "Overlay Data" (60xx, 3000) element with the data of the images included in overlayImages. Before calling this method, you must call SetOverlayAttributes to set the attributes of the image you are trying to update. Make sure that the number of images in overlayImages does not exceed the value of the "Number of Frames in Overlay" (60xx,0015) element.
For an example, refer to OverlayCount.
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