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

OfficeImage.IsExportSupported(OfficeImageFormat) Method

This property is overridden in OfficeImage class descendants to indicate image formats not suitable for export.

Namespace: DevExpress.Office.Utils

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

Declaration

public virtual bool IsExportSupported(
    OfficeImageFormat rawFormat
)

Parameters

Name Type Description
rawFormat OfficeImageFormat

An OfficeImageFormat enumeration member specifying the image format to export.

Returns

Type Description
Boolean

Always true.

See Also