Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

Show in webframe

MergeImage Method






The Leadtools.RasterImage will contain the result of the merge.
The Leadtools.RasterImage to be merged with the returnImage
Inserts all pages of the specified Leadtools.RasterImage into another Leadtools.RasterImage.
Syntax
protected void MergeImage( 
   ref RasterImage returnImage,
   RasterImage originalImage
)
'Declaration
 
Protected Sub MergeImage( _
   ByRef returnImage As RasterImage, _
   ByVal originalImage As RasterImage _
) 
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim returnImage As RasterImage
Dim originalImage As RasterImage
 
instance.MergeImage(returnImage, originalImage)

            

            
protected:
void MergeImage( 
   RasterImage^% returnImage,
   RasterImage^ originalImage
) 

Parameters

returnImage
The Leadtools.RasterImage will contain the result of the merge.
originalImage
The Leadtools.RasterImage to be merged with the returnImage
Remarks

This method appends the pages from the original image to the resulting image.

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

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

Error processing SSI file