Skip to main content
All docs
V23.2

DXImage.Save(Stream, DXImageFormat) Method

Saves the image to the specified stream in the specified format.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void Save(
    Stream stream,
    DXImageFormat imageFormat
)

Parameters

Name Type Description
stream Stream

A Stream object to which the image is saved.

imageFormat DXImageFormat

The specified format for the image.

See Also