Image Viewer CP Pro ActiveX Control ReferenceMethods AddTIF 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 ValueReturn True - successfulReturn False - Failed Example Visual Basic SyntaxImageViewer1.AddTIF "c:\test1.bmp"ImageViewer1.AddTIF "c:\test2.jpg"ImageViewer1.SaveTIF "c:\newtif.tif"