Image Viewer CP ActiveX Control

GetTIFCount

 

Return the count of TIF Collection.

Public Function GetTIFCount( _
) As Integer

 

No Parameter


Return Value

Return the count of TIF Collection.


Example

   

Visual Basic Syntax
ImageViewer1.AddTIF "c:\test1.bmp"
ImageViewer1.AddTIF "c:\test2.jpg"
iCount=ImageViewer1.GetTIFCount