This property retrieves the image file's page number from the thumbnail image specified by the ArrayImageNumber property.

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

Property Value

The image file's page number (starts from 0)

Explanation

The ArrayPageNumber property retrieves the image file's page number from the thumbnail image specified by the ArrayImageNumber property. If theArrayImageNumber property refers to an image that is not loaded from file, then the ArrayPageNumber property will be an empty string or 0.

The ArrayPageNumber property is used for multipage image files. If a single page image file is specified then the ArrayPageNumber property will be 0.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation