Viscom Software Image Thumbnail CP ActiveX Control

ClipHeight Property

Description:   

Set /Get the height of clip.  The value cannot smaller than 60      

Usage:   

ImageThumbnailCP1.ClipHeight[= value]

Data Type:   

Integer

Example:   

This Visual Basic example set the clip size :

Private Sub Form_Load()
       ImageThumbnailCP1.ClipHeight=100
       ImageThumbnailCP1.ClipWidth=100

End Sub