SvgImageBox.ExportSvgImage(SvgImageBoxOptionsExport) Method
In This Article
Returns the current image as an SvgImage object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImage ExportSvgImage(
SvgImageBoxOptionsExport exportOptions = null
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
export |
Svg |
null | An optional object that contains export options. |
#Returns
Type | Description |
---|---|
Svg |
The result of the operation. |
#Remarks
See the SvgImageBox.ExportSvgImage topic for more information.
See Also