This property uses the image number to set the thumbnail image displayed in the top left corner of the Thumbnail Control.

[Visual Basic]Public Property StartNumber As Integer
[C#]public int StartNumber {get; set;}

Property Value

The image number of the thumbnail image displayed in the top left corner of the Thumbnail Control (image numbers start from 0)

The default value is 0

Explanation

The StartNumber property uses the image number to set the thumbnail image displayed in the top left corner of the Thumbnail Control. Note that if you set a number that cannot be evenly divided by the ColumnNumber property or the RowNumber property the nearest value that is divisible will be used.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation