Viscom Software Image Thumbnail CP ActiveX Control

DisplayMode Property

Description:   

Control different loading speed, image quality.

Usage:   

ImageThumbnailCP1.DisplayMode[= value]

Data Type:   

Integer

0 - Fast Speed, poor Quality             clip size 80x 80 quality
1 - Normal Speed, Normal Quality    clip size 100x 100 quality
2 - Slow Speed, High Quality            clip size 300x 300 quality
3 - Very Slow Speed, Best Quality   clip size 400x 400 quality    

Example:   

This Visual Basic example enable drag the file

Private Sub Form_Load()
       ImageThumbnailCP1.DisplayMode=2

End Sub