Nevron web controls provide a ImageAcquisitionMode property that controls how images are generated, stored and delivered to the client. By default it is set to ClientSideImageAcquisitionMode.HttpHandler, and images are generated dynamically, using HTTP handlers. Setting it to ClientSideImageAcquisitionMode.TempFile will enforce the temporary image files generation.