Viscom Software Image Thumbnail CP ActiveX Control

ClipCount Property

Description:   

Return the total of image clip.

Usage:   

ImageThumbnailCP1.ClipCount

Data Type:   

Integer

Example:   

This Visual Basic example return the total of image clip:

Private Sub Form_Load()
       TotalClip= ImageThumbnailCP1.ClipCount

End Sub

Remark

The property is Read only