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.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rawFormat | OfficeImageFormat | An OfficeImageFormat enumeration member specifying the image format to export. |
Returns
| Type | Description |
|---|---|
| Boolean | Always true. |
See Also