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

CustomExportBaseWebEventArgs.ImageOptions Property

OBSOLETE

This property is obsolete now. Use the ImageExportOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Gets export options related to exporting a dashboard/dashboard item as an image.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.1.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use the ImageExportOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public ImageExportOptions ImageOptions { get; }

Property Value

Type Description
ImageExportOptions

A ImageExportOptions object containing export options related to exporting a dashboard/dashboard item as an image.

See Also