This property sets whether or not images are displayed using priority display speed.

[Visual Basic] Public Property PriorityDisplaySpeed As Boolean
[C#] public bool PriorityDisplaySpeed {get; set;}

Property Value

Value Explanation
True Images are displayed using priority display speed
False (default) Images are displayed as normal

Explanation

The PriorityDisplaySpeed property sets whether or not images are displayed using priority display speed.

When this property is true and an image is loaded or passed into the Image property, priority is given to displaying the image quickly. This can greatly increase the speed when displaying very large images or displaying images in multiple ImageKit controls at the same time. However, other functions like scrolling, zooming, dragging, or drawing annotations may be slowed down as a result.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation