This method displays the image.
[Visual Basic]Public Function Display(ByVal Value As DisplayMode) As Boolean
[C#]Public bool Display( DisplayMode Value) ;

Parameters

Specifies the Display mode. This is of type DisplayMode.
Note: The DisplayMode values of FitToWidth and FitToHeight are not supported in the ImageKit.Web component.

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

When the DisplayMode is 0 (Clear), the image displayed within the ImageKit Control is cleared. To display images in the ImageKit Control you must execute the Display method again. When the DisplayMode is 1 or more, the image is displayed.   

See Also

ImageKit Members | Newtone.ImageKit.Web.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation