Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services.MedicalWebViewer Namespace > MedicalWebViewerObjectRetrieve Class : MergeImage Method |
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 )
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.