Skip to main content
All docs
V18.2

ImageFormatOptions.Resolution Property

OBSOLETE

The ImageFormatOptions.Resolution property is obsolete now. Use the Resolution property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets the resolution (in dpi) used to export a dashboard (dashboard item) in Image format.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The ImageFormatOptions.Resolution property is obsolete now. Use the DashboardImageExportOptions.Resolution property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public int Resolution { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the resolution (in dpi) used to export a dashboard (dashboard item) in Image format.

See Also