Back to Devexpress

OfficeImage Class

officefileapi-devexpress-dot-office-dot-utils-5bafeb41.md

latest4.8 KB
Original Source

OfficeImage Class

An image in the document.

Namespace : DevExpress.Office.Utils

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
[ComVisible(true)]
public abstract class OfficeImage :
    IDisposable
vb
<ComVisible(True)>
Public MustInherit Class OfficeImage
    Implements IDisposable

The following members return OfficeImage objects:

Show 21 links

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.

Implements

IDisposable

Inheritance

Object OfficeImage

See Also

OfficeImage Members

DevExpress.Office.Utils Namespace