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.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
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