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

OfficeImage.GetImageBytesSafe(OfficeImageFormat) Method

Attempts to get image data as an array of bytes in specified format, and in case of failure gets the data in PNG format.

Namespace: DevExpress.Office.Utils

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

Declaration

public virtual byte[] GetImageBytesSafe(
    OfficeImageFormat imageFormat
)

Parameters

Name Type Description
imageFormat OfficeImageFormat

An OfficeImageFormat enumeration member specifying the format of the resulting image data.

Returns

Type Description
Byte[]

An array of bytes containing image data.

Remarks

Use the OfficeImage.GetImageBytes to get image data as an array of bytes in the specified format.

See Also