OfficeImage.IsExportSupported(OfficeImageFormat) Method
In This Article
This property is overridden in OfficeImage class descendants to indicate image formats not suitable for export.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v24.2.Core.dll
NuGet Package: DevExpress.Office.Core
#Declaration
public virtual bool IsExportSupported(
OfficeImageFormat rawFormat
)
#Parameters
Name | Type | Description |
---|---|---|
raw |
Office |
An Office |
#Returns
Type | Description |
---|---|
Boolean | Always true. |
See Also