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.

Note:

    The .ImageHeight property specifies the height of the Raster in current units, whereas the .Height property specifies the height of the image in pixels.

 

Examples...

AddImage method example

 


© Bricsys NV. All rights reserved.