Image Viewer CP ActiveX Control

AddTIF

 

Add the image to TIF Collection.

Public Function AddTIF( _
   ByVal strFileName As String _
) As Boolean

 

Parameter

strFileName 
   the image file you want to add to TIF Collection.

Return Value

Return True - successful
Return False - Failed


Example

   

Visual Basic Syntax
ImageViewer1.AddTIF "c:\test1.bmp"
ImageViewer1.AddTIF "c:\test2.jpg"
ImageViewer1.SaveTIF "c:\newtif.tif"