Sets or returns whether the image is visible.
Syntax
BooleanVariable = object.ImageVisibility
object.ImageVisibility = <Boolean>
where:
BooleanVariable determines whether the image is visible (True) or not (False).
object is an Raster object.
Examples...
AddImage method example