Skip to main content

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

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

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