Image Viewer CP ActiveX Control

TIFAddPage

 

Add the TIF image to specific position of existing TIF File without displaying or decoding any of the images.

Public Function TIFAddPage( _
   ByVal strSourceTIFFile As String, _
   ByVal iInsertAtPageNo As Integer, _
   ByVal strAppendTIFFile As String
) As Boolean

 

Parameter

strSourceTIFFile
   The destination TIFF File.

iInsertAtPageNo
   Position to insert the strAppendTIFFfile at.

strAppendTIFFile
  The append from TIFF file.

Return Value

Return True - successful
Return False - Failed


Example

   

Visual Basic Syntax
ImageViewer1.TIFAddPage "c:\source.tif",3,"c:\appendfrom.tif"