After performing an ExportToImage using the RadBarCodeView, I'd like to delete the image from the harddrive.
But it always says that the file is in use and cannot be deleted.
I tried setting the RadBarCodeView1.value = Nothing (trying to make it release the image file) but that doesn't work either.
Any idea's on how to release that image file?