←Select platform

MergeImage Method

Summary

Inserts all pages of the specified Leadtools.RasterImage into another Leadtools.RasterImage.

Syntax

C#
VB
C++
protected virtual void MergeImage( 
   ref RasterImage returnImage, 
   RasterImage originalImage 
) 
  
Protected Sub MergeImage( _ 
   ByRef returnImage As Leadtools.RasterImage, _ 
   ByVal originalImage As Leadtools.RasterImage _ 
)  
protected: 
void MergeImage(  
   Leadtools.RasterImage^% returnImage, 
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.