Image Viewer CP Pro SDK ActiveX

Image Viewer CP Pro SDK ActiveX

Platform : Windows 10, Windows 8, Vista, Windows 7, XP

It is a PDF Viewer and Document Viewer SDK , Export to PDF ,Image processing, 1D and 2D Barcode Reader, Writer, DICOM and OCR with C#, C , VB.NET , VB, Delphi, Vfp, MS Access.

Popular Solution Go   Back

Delphi - Merging multiple TIFF files with Delphi

Step 1: To install the Image Viewer CP Pro ActiveX Control, begin by launching the setup file (imageviewercpprosetup.exe). Select the desired installation folder for the Image Viewer CP Pro ActiveX and continue with the installation on your development computer. 

Step 2: Started Delphi, the next step is to install Image Viewer CP Pro ActiveX in Delphi. Select Component/Import ActiveX Control/Image Viewer CP Pro ActiveX. Click Install... 

Step 4: Select ActiveX Tab, you will see Image Viewer CP Pro ActiveX Control's icon. 
 

Step 5: Drag Image Viewer CP Pro ActiveX Control to your form and design the UI same as following
 

Step 6: When pressing the "Merge two files” button our sample’s code will call TIFMerge method to merge two TIFF files into one multiple page TIFF file.
When pressing the "Merge multiple TIFF files” button our sample’s code will call TIFMergeMultiFiles method to merge mutiple TIFF files into one multiple page TIFF file. 

Step 7: If you run this project now, you will see black color rectangle. In this sample, you do not need display the image. You may set the width and height properties to 1 pixel, then the user will not see it.
 

Step 8: Download the sample source code from Delphi_TIFF_Merge.zip