Skip to main content
A newer version of this page is available. .

OfficeImage Properties

An image in the document.
Name Description
DesiredSizeAfterLoad For internal use only.
EncapsulatedOfficeNativeImage This member supports the internal infrastructure and is not intended to be used directly from your code.
HorizontalResolution Gets the horizontal resolution of the image in pixels per inch.
ImageCacheKey This member supports the internal infrastructure and is not intended to be used directly from your code.
IsLoaded For internal use only.
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 only.
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