Skip to main content
All docs
V25.1
  • DXImage.Save(String, DXImageFormat) Method

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void Save(
        string fileName,
        DXImageFormat imageFormat
    )

    Parameters

    Name Type Description
    fileName String

    The name of the file to which the image is saved.

    imageFormat DXImageFormat

    The specified format for the image.

    See Also