ImageWidth property

Sets or returns the width of the image in current units.

Syntax

doubleVariable = object.ImageWidth

object.ImageWidth = <double>

 

Where:

     doubleVariable is a double-precision variable (or value) representing the image width (in drawing units).

     object is an Image object.

Examples ...

AddImage method example