Viscom Software Image Thumbnail CP ActiveX Control

ClipBottomMargin Property

Description:   

Get/Set the bottom margin of image clip. If the margin greater than clip size, the image clip will not change.

Usage:   

ImageThumbnailCP1.ClipBottomMargin[= value]

Data Type:   

Integer

Example:   

This Visual Basic example set the bottom margin of text in image clip:

Private Sub Form_Load()
       ImageThumbnailCP1.ClipBottomMargin=10

End Sub