This property retrieves the filename of the image currently displayed in the ImageKit control during slide display mode.

[Visual Basic] Public ReadOnly Property SlideImageFileNameDisplayed As String
[C#] public string SlideImageFileNameDisplayed {get;}

Property Value

A string representing the filename of the currently displayed image

Explanation

The SlideImageFileNameDisplayed property retrieves the filename of the image currently displayed in the ImageKit control during slide display mode. If a multipage image is being displayed, the value will be:

     filename + "-" + pagenumber

where pagenumber is a 3 digits long.

For example, if the third page of a multipage tif file called "abc.tif" is being displayed, the value retrieved will be "abc.tif-003"

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation