ImageVisibility property

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 Image object.

Examples ...

AddImage method example