Extracting Image object from ImageFill

How can we get the File object from an ImageFill?
So, when we make a “new ImageFill” we can simply use a URL or a Base64, but now how can we do it the other way around, how can we extract the file object from an ImageFill?

Hi Ali, the ImageFill object doesn’t have a method or property to get the file. You will have to create renditions for it.