Image Viewer CP Gold SDK ActiveX Control ReferenceMethods GetTIFCount Image Viewer CP ActiveX Control GetTIFCount Return the count of TIF Collection. Public Function GetTIFCount( _) As Integer No Parameter Return ValueReturn the count of TIF Collection. Example Visual Basic SyntaxImageViewer1.AddTIF "c:\test1.bmp"ImageViewer1.AddTIF "c:\test2.jpg"iCount=ImageViewer1.GetTIFCount