ImageHeight property

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

Syntax

doubleVariable = object.ImageHeight

object.ImageHeight = <double>

 

Where:

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

     object is an Image object.

Examples ...

AddImage method example