ImageInformation Properties |
The ImageInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| cx |
Returns the width in EMUS (English Metric Units)
| |
| cy |
Returns the height in EMUS (English Metric Units)
| |
| HeightInCm |
Sets the height in cm (note this is a user set to calculate cy. Leave blank for the class to calculate the cy based on pixels)
| |
| HeightInPx |
Image height in pixel
| |
| Id |
Required to set the image id which needs to be unique in the document
which is important if you're adding several images
| |
| ImageFile |
Sets the Image file name and loads the Image object for later use
| |
| ImageObject |
Allows direct read/write access to the internal Image Object
| |
| WidthInCm |
Sets the width in cm (note this is a user set to calculate cx. Leave blank for the class to calculate the cx based on pixels)
| |
| WidthInPx |
Image width in pixel
|