OfficeImage Class
An image in the document.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v24.2.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Related API Members
The following members return OfficeImage objects:
Remarks
The OfficeImage object is accessible via the DocumentImage.Image property of the DocumentImage interface.
The OfficeImage class provides information on the image size, resolution and color depth.
To get a native Image object, use the OfficeImage.NativeImage property. The OfficeImage.GetImageBytes method enables you to obtain image data in any of the supported formats.
Static methods implemented in the OfficeImage class can help you to determine the MIME type and file extension for a given image format.