OfficeImage Properties
An image in the document.| Name | Description |
|---|---|
| DesiredSizeAfterLoad | For internal use. |
| DXImage |
Retrieves the DXImage object.
|
| EncapsulatedOfficeNativeImage | For internal use. |
| HorizontalResolution | Gets the horizontal resolution of the image in pixels per inch. |
| ImageCacheKey | For internal use. |
| IsLoaded | For internal use. |
| IsMetafile | |
| NativeImage | Provides access to the native Image object. |
| PaletteLength | Gets the number of colors in the image palette. |
| PixelFormat | Gets the pixel format of the image. |
| RawFormat | Gets the file format of this image. |
| RootImage | This property is overridden in OfficeImage descendants to point to a single instance of an image that can be incorporated in different objects. |
| ShouldSetDesiredSizeAfterLoad | For internal use. |
| SizeInDocuments | Gets the size of an image in DocumentUnit.Document units. |
| SizeInHundredthsOfMillimeter | Gets the size of an image in hundredths of a millimeter. |
| SizeInOriginalUnits | This property is overridden in OfficeImage descendants to get the size of a native image measured in original units. |
| SizeInPixels | Gets the size of an image in pixels. |
| SizeInTwips | Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter). |
| Uri | This property is overridden in OfficeImage class descendants to get the URI of the image. |
| VerticalResolution | Gets the horizontal resolution of the image in pixels per inch. |
See Also