Click or drag to resize

ImageInformation Properties

The ImageInformation type exposes the following members.

Properties
  NameDescription
Public propertycx
Returns the width in EMUS (English Metric Units)
Public propertycy
Returns the height in EMUS (English Metric Units)
Public propertyHeightInCm
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)
Public propertyHeightInPx
Image height in pixel
Public propertyId
Required to set the image id which needs to be unique in the document which is important if you're adding several images
Public propertyImageFile
Sets the Image file name and loads the Image object for later use
Public propertyImageObject
Allows direct read/write access to the internal Image Object
Public propertyWidthInCm
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)
Public propertyWidthInPx
Image width in pixel
Top
See Also