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

SvgImageBox.ExportSvgImage() Method

Returns the current image as an SvgImage object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

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