Viscom Software Image Thumbnail CP ActiveX Control

ClipFontName Property

Description:   

Set the font name of image clip.        

Usage:   

ImageThumbnailCP1.ClipFontName[= value]

Data Type:   

String

Example:   

This Visual Basic example set the font name of image clip to Arial:

Private Sub Form_Load()
       ImageThumbnailCP1.ClipFontName="Arial"

End Sub