Skip to main content
A newer version of this page is available. .
All docs
V22.1

SvgImageBox.ExportSvgImage(SvgImageBoxOptionsExport) Method

Returns the current image as an SvgImage object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

public SvgImage ExportSvgImage(
    SvgImageBoxOptionsExport exportOptions = null
)

Optional Parameters

Name Type Default Description
exportOptions SvgImageBoxOptionsExport null

An optional object that contains export options.

Returns

Type Description
SvgImage

The result of the operation.

Remarks

See the SvgImageBox.ExportSvgImage topic for more information.

See Also