Viscom Software Image Thumbnail CP ActiveX Control

ClipFontSize Property

Description:   

Set the font size of image clip.        

Usage:   

ImageThumbnailCP1.ClipFontSize[= value]

Data Type:   

String

Example:   

This Visual Basic example set the font size of image clip :

Private Sub Form_Load()
       ImageThumbnailCP1.ClipFontSize=8

End Sub