Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class : SetOverlayImages Method |
public void SetOverlayImages( int index, RasterImage overlayImages )
'Declaration
Public Sub SetOverlayImages( _ ByVal index As Integer, _ ByVal overlayImages As RasterImage _ )
'Usage
Dim instance As DicomDataSet Dim index As Integer Dim overlayImages As RasterImage instance.SetOverlayImages(index, overlayImages)
public void SetOverlayImages( int index, RasterImage overlayImages )
public void setOverlayImages(int index, RasterImage images)
function Leadtools.Dicom.DicomDataSet.SetOverlayImages( index , overlayImages )
public: void SetOverlayImages( int index, RasterImage^ 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.