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 )
ObjectiveC Syntax
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2