Set to load images in a background thread to prevent tying up up the user interface.
Note: ◼When AsyncLoading is enabled, calls to LoadFromFile will be asynchronous, so you will need to use OnImageLoaded to update your application user interface ◼If you attempt to access IEBitmap by code, or user interaction, ImageEn will force loading (become synchronous) ◼This method uses AsyncMode