ImageFile property

Sets or returns the image file name.

Syntax

stringVariable = object.ImageFile

object.ImageFile = <string>

 

Where:

     stringVariable is a variable for storing the file name.

     object is an Image object.

Examples ...

AddImage method example