Leadtools.MedicalWebViewer.DICOMObjectRetrieve Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
MergeImage Method
See Also 
Leadtools.Dicom.Services.MedicalWebViewer Namespace > MedicalWebViewerObjectRetrieve Class : MergeImage Method



returnImage
The RasterImage which will contains the merge result.
originalImage
The RasterImage to be merged with the returnImage
returnImage
The RasterImage which will contains the merge result.
originalImage
The RasterImage to be merged with the returnImage
Insert all pages of the specified RasterImage into another RasterImage.

Syntax

Visual Basic (Declaration) 
Protected Sub MergeImage( _
   ByRef returnImage As RasterImage, _
   ByVal originalImage As RasterImage _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerObjectRetrieve
Dim returnImage As RasterImage
Dim originalImage As RasterImage
 
instance.MergeImage(returnImage, originalImage)
C# 
protected void MergeImage( 
   ref RasterImage returnImage,
   RasterImage originalImage
)
C++/CLI 
protected:
void MergeImage( 
   ref RasterImage returnImage,
   RasterImage originalImage
) 

Parameters

returnImage
The RasterImage which will contains the merge result.
originalImage
The RasterImage to be merged with the returnImage

Remarks

If the returnImage is NULL it will be initialized with the originalImage.

After this method returns the originalImage will be invalid and disposed.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

MergeImage requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features