Skip to main content
All docs
V20.1

SvgImageBox.ExportSvgImage() Method

Returns the current image as an SvgImage object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public SvgImage ExportSvgImage()

Returns

Type Description
SvgImage

The result of the operation.

Remarks

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

See Also