Carousel ActiveX Control

SetThumbnailSize

 

Set the thumbnail size.

Public Function SetThumbnailSize(
 ByVal iSize As Integer
) as Bool 

 

Parameter
iSize
The value from 1 to 9.

Return Value
true - successful, otherwise return false.

Example

   

Visual Basic Syntax
Carousel1.AddThumbnail "c:\yourimage.jpg"
Carousel1.SetThumbnailSize(1)