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

ASPxGaugeControl.ExportToImage(Stream, ImageFormat) Method

Exports the ASPxGaugeControl to the specified stream in Image format.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v19.2.dll

Declaration

public void ExportToImage(
    Stream stream,
    ImageFormat format
)

Parameters

Name Type Description
stream Stream

A Stream object, to which the ASPxGaugeControl is exported.

format ImageFormat

A ImageFormat object which specifies the image format.

See Also