Skip to main content
A newer version of this page is available.
All docs
V19.2

SvgImageBox.ExportSvgImage(String) Method

Saves the current image to the specified file.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void ExportSvgImage(
    string path
)

Parameters

Name Type Description
path String

The path to the file to which the image is exported.

Remarks

The ExportSvgImage method does not save the items’ tags (SvgImageItem.Tag), custom appearance settings (SvgImageBox.ItemAppearance and SvgImageItem.Appearance).

See Also