This property uses the thumbnail image number to retrieve the image file's filename, directory name, and page number.

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

Property Value

The sequential number of the thumbnail image (starts from 1)

Explanation

The ArrayImageNumber property uses the thumbnail image number to retrieve the image file's filename, the path and name of the directory containing the image file, and the image file's page number. By setting the appropriate thumbnail image number in the ArrayImageNumber property, the image file's information will be set in the ArrayFileName, ArrayPageNumber, and ArrayDirectoryName properties.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation