Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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